|
LoveBrains
1.0.0
|
Define the exception used by the Simulator class. More...
#include <simulator_exception.h>
Public Member Functions | |
| SimulatorException (const char *message) throw () | |
| Constructor. More... | |
| ~SimulatorException (void) throw () | |
| Destructor. | |
| const char * | what (void) const throw () |
| Return the error message. More... | |
Define the exception used by the Simulator class.
| Simulator::SimulatorException::SimulatorException | ( | const char * | message | ) | |
| throw | ( | ||||
| ) | |||||
Constructor.
| message | : Contains the error message. |
| const char * Simulator::SimulatorException::what | ( | void | ) | const | |
| throw | ( | ||||
| ) | |||||
Return the error message.
1.8.10