#include <SqliteException.h>
Inherits std::exception.
Public Member Functions | |
SqliteException (sqlite3 *db) | |
SqliteException (int code, sqlite3 *db) | |
SqliteException (int code, std::string const &msg) | |
virtual | ~SqliteException () throw () |
virtual const char * | what () const throw () |
Definition at line 8 of file SqliteException.h.
sqlite::SqliteException::SqliteException | ( | sqlite3 * | db | ) |
Definition at line 8 of file SqliteException.cpp.
sqlite::SqliteException::SqliteException | ( | int | code, |
sqlite3 * | db | ||
) |
Definition at line 20 of file SqliteException.cpp.
sqlite::SqliteException::SqliteException | ( | int | code, |
std::string const & | msg | ||
) |
Definition at line 14 of file SqliteException.cpp.
sqlite::SqliteException::~SqliteException | ( | ) | throw () [virtual] |
Definition at line 26 of file SqliteException.cpp.
const char * sqlite::SqliteException::what | ( | ) | const throw () [virtual] |
Definition at line 30 of file SqliteException.cpp.