#include <Exception.h>
Inheritance diagram for DREAM::BaseClassException:

Public Member Functions | |
| BaseClassException (const std::string &exception) | |
| Constructor. | |
| virtual | ~BaseClassException () |
| Destructor. | |
| virtual void | handler () const |
| Handler. | |
Definition at line 81 of file Exception.h.
| DREAM::BaseClassException::BaseClassException | ( | const std::string & | exception | ) |
Constructor.
| exception | specifies the exception message. |
Definition at line 70 of file Exception.cpp.
| DREAM::BaseClassException::~BaseClassException | ( | ) | [virtual] |
| 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_.
1.5.1