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

Define the exception that will be used by the GANN::ANN class. More...

#include <ann_exception.h>

Inheritance diagram for GANN::ANNException:

Public Member Functions

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

Detailed Description

Define the exception that will be used by the GANN::ANN class.

Constructor & Destructor Documentation

GANN::ANNException::ANNException ( const char *  message)
throw (
)

Constructor.

Parameters
message: Contains the error message.

Member Function Documentation

const char * GANN::ANNException::what ( void  ) const
throw (
)

Return the error message.

Returns
const char * : error message.

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