LoveBrains  1.0.0
Public Member Functions | List of all members
GANN::GANNException Class Reference

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

#include <gann_exception.h>

Inheritance diagram for GANN::GANNException:

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

GANN::GANNException::GANNException ( const char *  msg)

Constructor.

Parameters
msg: Contains the error message.

Member Function Documentation

const char * GANN::GANNException::what ( void  ) const
throw (
)
virtual

Return the error message.

Returns
const char * : error message.

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