LoveBrains  1.0.0
Public Member Functions | List of all members
GA::PopulationException Class Reference

Define the exception that will be used by the Population class. More...

#include <population_exception.h>

Inheritance diagram for GA::PopulationException:

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 ()
 

Detailed Description

Define the exception that will be used by the Population class.

Constructor & Destructor Documentation

GA::PopulationException::PopulationException ( const char *  message)
throw (
)

Constructor.

Parameters
message: Contains the error message.

Member Function Documentation

const char * GA::PopulationException::what ( void  ) const
throw (
)

Return the error message.

Returns
const char * : error message.

The documentation for this class was generated from the following files: