Exception Class ReferenceBase exception class for dba exceptions.
More...
|
||||||||||||||||||||||||||||||||||||||||||||||||||
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] |
Constructor.
- Parameters:
-
pText error text
| Exception | ( | const char * | pText | ) | [protected] |
Constructor.
- Parameters:
-
pText error text
The documentation for this class was generated from the following file:
| Documentation |
|---|
| Quick start |
| Examples |
| API Documentation |
|---|
| Class hierarchy |
| Member index |
| API Reference |
| Store filters |
| Store table macros |
Generated by doxygen at Fri Oct 22 23:15:44 2010

