DREAM::BaseClassException Class Reference

Exception class for errors caused by calling unimplemented virtual methods in base classes. More...

#include <Exception.h>

Inheritance diagram for DREAM::BaseClassException:

DREAM::Exception List of all members.

Public Member Functions

 BaseClassException (const std::string &exception)
 Constructor.
virtual ~BaseClassException ()
 Destructor.
virtual void handler () const
 Handler.

Detailed Description

Exception class for errors caused by calling unimplemented virtual methods in base classes.

Definition at line 81 of file Exception.h.


Constructor & Destructor Documentation

DREAM::BaseClassException::BaseClassException ( const std::string &  exception  ) 

Constructor.

Parameters:
exception specifies the exception message.

Definition at line 70 of file Exception.cpp.

DREAM::BaseClassException::~BaseClassException (  )  [virtual]

Destructor.

Definition at line 75 of file Exception.cpp.


Member Function Documentation

void DREAM::BaseClassException::handler (  )  const [virtual]

Handler.

Outputs exception message.

Reimplemented from DREAM::Exception.

Definition at line 79 of file Exception.cpp.

References DREAM::Exception::exception_.


The documentation for this class was generated from the following files:
Generated on Fri Jul 27 18:30:04 2007 for DREAM by  doxygen 1.5.1