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

Define the exception that will be used by the GAEngine. More...

#include <ga_engine_exception.h>

Inheritance diagram for GA::GAEngineException:

Public Member Functions

 GAEngineException (const char *msg) throw ()
 Constructor. More...
 
 ~GAEngineException (void) throw ()
 Destructor.
 
const char * what (void) const throw ()
 Return the current error message. More...
 
 GAEngineException (const char *msg) throw ()
 
const char * what (void) const throw ()
 

Detailed Description

Define the exception that will be used by the GAEngine.

Constructor & Destructor Documentation

GA::GAEngineException::GAEngineException ( const char *  msg)
throw (
)

Constructor.

Parameters
msg: Contains the message error.

Member Function Documentation

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

Return the current error message.

Returns
const char * : error message.

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