LoveBrains
1.0.0
|
Define the exception that will be used by the GAEngine. More...
#include <ga_engine_exception.h>
Public Member Functions | |
GAEngineException (const char *msg) throw () | |
Constructor. More... | |
~GAEngineException (void) throw () | |
Destructor. | |
const char * | what (void) const throw () |
Return the current error message. More... | |
GAEngineException (const char *msg) throw () | |
const char * | what (void) const throw () |
Define the exception that will be used by the GAEngine.
GA::GAEngineException::GAEngineException | ( | const char * | msg | ) | |
throw | ( | ||||
) |
Constructor.
msg | : Contains the message error. |
const char * GA::GAEngineException::what | ( | void | ) | const | |
throw | ( | ||||
) |
Return the current error message.