Generic exception class. More...
#include <exception.h>

Public Member Functions | |
| exception (const std::string &msg="") throw () | |
| Constructor. | |
| virtual | ~exception () throw () |
| Destructor. | |
| virtual const char * | what () const throw () |
| Error message. | |
Protected Member Functions | |
| const std::string & | get_message () const throw () |
Generic exception class.
The generic exception class is used as parent class for all kinds of exceptions in the library.
| virtual const char* dbp::exception::what | ( | ) | const throw () [inline, virtual] |
Error message.
Returns a C-style character string describing the general cause of the current error.