11 #ifndef GANN_EXCEPTION_H_
12 # define GANN_EXCEPTION_H_
40 virtual const char *
what(
void)
const throw();
virtual const char * what(void) const
Return the error message.
Definition: gann_exception.cc:30
GANNException(const char *msg)
Constructor.
Definition: gann_exception.cc:18
Contains all the objects that provide the management for the genetic algorithm with neural networks...
Definition: ann_exception.h:16
Define the exception that will be used by the GANNEngine class.
Definition: gann_exception.h:23
virtual ~GANNException(void)
Destructor.
Definition: gann_exception.cc:23