Ember
|
Class for exceptions raised by Ember. More...
#include <debugUtils.h>
Public Member Functions | |
DebugException (void) | |
~DebugException (void) throw () | |
DebugException (const std::string &error) | |
virtual const char * | what () const throw () |
Public Attributes | |
std::string | errorString |
Class for exceptions raised by Ember.
DebugException::DebugException | ( | void | ) |
|
inline |
DebugException::DebugException | ( | const std::string & | error | ) |
|
virtual |
std::string DebugException::errorString |