LoveBrains
1.0.0
|
Define the exception that will be used by the GANNEngine class. More...
#include <gann_exception.h>
Public Member Functions | |
GANNException (const char *msg) | |
Constructor. More... | |
virtual | ~GANNException (void) throw () |
Destructor. | |
virtual const char * | what (void) const throw () |
Return the error message. More... | |
GANNException (const char *msg) | |
virtual const char * | what (void) const throw () |
Define the exception that will be used by the GANNEngine class.
GANN::GANNException::GANNException | ( | const char * | msg | ) |
Constructor.
msg | : Contains the error message. |
|
virtual |
Return the error message.