#include <exceptionbase.hpp>
Inheritance diagram for MynahSA::ExceptionBase:

Public Member Functions | |
| ExceptionBase () throw () | |
| ExceptionBase (const std::string &s) | |
| virtual | ~ExceptionBase () throw () |
| virtual destructor | |
| virtual const char * | what () const throw () |
| return a description of the exception | |
Definition at line 29 of file exceptionbase.hpp.
|
|
Default constructor
|
|
|
Constructor
|