DataException Class Reference
[Public API]
Base class for exceptions thrown when daba from database is manipulated, for example conversion from string to int failed, bad sql query was executed or parser could not parse corrupted csv file.
More...
#include <exception.h>
Inheritance diagram for DataException:
[legend]Collaboration diagram for DataException:
[legend]List of all members.
|
Public Member Functions |
| | DataException (const std::string &pText) |
| | Constructor.
|
Detailed Description
Base class for exceptions thrown when daba from database is manipulated, for example conversion from string to int failed, bad sql query was executed or parser could not parse corrupted csv file.
Constructor & Destructor Documentation
The documentation for this class was generated from the following file:
|
|
|