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