#include <DatastructsException.h>
Public Member Functions | |
| DatastructsException (const char *msg) | |
| construct with an error message | |
| DatastructsException (const std::string msg) | |
| construct with an error message | |
| const char * | message () const |
| get the error message | |
| ~DatastructsException () throw () | |
Definition at line 10 of file DatastructsException.h.
| DatastructsException::DatastructsException | ( | const char * | msg | ) | [inline] |
| DatastructsException::DatastructsException | ( | const std::string | msg | ) | [inline] |
| DatastructsException::~DatastructsException | ( | ) | throw () [inline] |
Definition at line 18 of file DatastructsException.h.
| const char* DatastructsException::message | ( | ) | const [inline] |
1.5.6