dbp::exception Class Reference

Generic exception class. More...

#include <exception.h>

Inheritance diagram for dbp::exception:
Inheritance graph
[legend]

List of all members.

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 ()

Detailed Description

Generic exception class.

The generic exception class is used as parent class for all kinds of exceptions in the library.


Member Function Documentation

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.


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

 
Support This Project
SourceForge.net Logo