Exception class for sqlite and KompexSQLiteWrapper errors.
More...
#include <KompexSQLiteException.h>
|
| | SQLiteException (const std::string &filename, unsigned int line, std::string errDescription="") |
| | Overloaded constructor. More...
|
| |
| | SQLiteException (const std::string &filename, unsigned int line, const char *errDescription="") |
| | Overloaded constructor. More...
|
| |
| void | Show () const |
| |
| std::string | GetString () const |
| | Get all error information as std::string. More...
|
| |
Exception class for sqlite and KompexSQLiteWrapper errors.
| Kompex::SQLiteException::SQLiteException |
( |
const std::string & |
filename, |
|
|
unsigned int |
line, |
|
|
std::string |
errDescription = "" |
|
) |
| |
|
inline |
| Kompex::SQLiteException::SQLiteException |
( |
const std::string & |
filename, |
|
|
unsigned int |
line, |
|
|
const char * |
errDescription = "" |
|
) |
| |
|
inline |
| std::string Kompex::SQLiteException::GetString |
( |
| ) |
const |
|
inline |
Get all error information as std::string.
| void Kompex::SQLiteException::Show |
( |
| ) |
const |
|
inline |
Shows all error information.
Output: std::cerr
| std::string Kompex::SQLiteException::mErrorDescription |
|
private |
| std::string Kompex::SQLiteException::mFilename |
|
private |
Filename in which the error occured.
| unsigned int Kompex::SQLiteException::mLine |
|
private |
Line number in which the error occured.
The documentation for this class was generated from the following file: