11 #ifndef ANN_EXCEPTION_H_
12 # define ANN_EXCEPTION_H_
39 const char *
what(
void)
const throw();
~ANNException(void)
Destructor.
Definition: ann_exception.cc:23
Define the exception that will be used by the GANN::ANN class.
Definition: ann_exception.h:22
const char * what(void) const
Return the error message.
Definition: ann_exception.cc:30
ANNException(const char *message)
Constructor.
Definition: ann_exception.cc:18
Contains all the objects that provide the management for the genetic algorithm with neural networks...
Definition: ann_exception.h:16