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