LoveBrains  1.0.0
Public Member Functions | List of all members
Simulator::SimulatorException Class Reference

Define the exception used by the Simulator class. More...

#include <simulator_exception.h>

Inheritance diagram for Simulator::SimulatorException:

Public Member Functions

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

Detailed Description

Define the exception used by the Simulator class.

Constructor & Destructor Documentation

Simulator::SimulatorException::SimulatorException ( const char *  message)
throw (
)

Constructor.

Parameters
message: Contains the error message.

Member Function Documentation

const char * Simulator::SimulatorException::what ( void  ) const
throw (
)

Return the error message.

Returns
const char *

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