TDME2 1.9.121
|
Exception base class. More...
#include <tdme/utilities/ExceptionBase.h>
Public Member Functions | |
ExceptionBase (const string &message) throw () | |
Public constructor. More... | |
~ExceptionBase () throw () | |
Exception base class.
Definition at line 20 of file ExceptionBase.h.
ExceptionBase | ( | const string & | message | ) | |
throw | ( | ||||
) |
Public constructor.
message | message Exception message |
Definition at line 11 of file ExceptionBase.cpp.
~ExceptionBase | ( | ) | ||
throw | ( | |||
) |
Definition at line 14 of file ExceptionBase.cpp.