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