11 #ifndef GA_ENGINE_EXCEPTION_H_
12 # define GA_ENGINE_EXCEPTION_H_
39 const char *
what(
void)
const throw();
~GAEngineException(void)
Destructor.
Definition: ga_engine_exception.cc:23
Define the exception that will be used by the GAEngine.
Definition: ga_engine_exception.h:22
Contains the objects that define the GAEngine.
GAEngineException(const char *msg)
Constructor.
Definition: ga_engine_exception.cc:18
const char * what(void) const
Return the current error message.
Definition: ga_engine_exception.cc:30