Exception Class Reference
[Public API]
Base exception class for dba exceptions.
More...
#include <exception.h>
Inheritance diagram for Exception:
[legend]List of all members.
|
Public Member Functions |
|
virtual const char * | what () const throw () |
| | Get exception message.
|
|
virtual | ~Exception () throw () |
| | Destructor.
|
Protected Member Functions |
| | Exception (const char *pText) |
| | Constructor.
|
| | Exception (const std::string &pText) |
| | Constructor.
|
Detailed Description
Base exception class for dba exceptions.
This class is intended for derivation only.
Constructor & Destructor Documentation
| Exception |
( |
const std::string & |
pText |
) |
[protected] |
|
The documentation for this class was generated from the following file:
|
|
|