DatabaseException Class ReferenceDatabase exception is thrown if other that query language related error occurs when using database classes.
More...
|
|||||||||||||||||||||||||||
Public Member Functions | |
| DatabaseException (const std::string &pText) | |
| Constructor. | |
Detailed Description
Database exception is thrown if other that query language related error occurs when using database classes.Usually catching this error means that there is a problem with connection to database or data file. Bad queries and commands send to database are indcated by throwing SQLException
Constructor & Destructor Documentation
| DatabaseException | ( | const std::string & | pText | ) |
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:43 2010


