Ember
Loading...
Searching...
No Matches
DebugException Class Reference

Class for exceptions raised by Ember. More...

#include <debugUtils.h>

Inheritance diagram for DebugException:
[legend]

Public Member Functions

 DebugException (void)
 
 ~DebugException (void) throw ()
 
 DebugException (const std::string &error)
 
virtual const char * what () const throw ()
 

Public Attributes

std::string errorString
 

Detailed Description

Class for exceptions raised by Ember.

Constructor & Destructor Documentation

◆ DebugException() [1/2]

DebugException::DebugException ( void )

◆ ~DebugException()

DebugException::~DebugException ( void )
throw ( )
inline

◆ DebugException() [2/2]

DebugException::DebugException ( const std::string & error)

Member Function Documentation

◆ what()

const char * DebugException::what ( ) const
throw ( )
virtual

Member Data Documentation

◆ errorString

std::string DebugException::errorString

The documentation for this class was generated from the following files: