#include <Exceptions.h>
Inherits std::runtime_error.
Public Member Functions | |
| SqliteError (sqlite3 *) | |
| Construct a new SqliteError from the specified database. | |
| SqliteError (sqlite3 *, const std::string &sql) | |
| Construct a new SqliteError from the specified database. | |
| ~SqliteError () throw () | |
| Destructor, a noop. | |
Definition at line 57 of file Exceptions.h.
| SqliteError::SqliteError | ( | sqlite3 * | ) |
Construct a new SqliteError from the specified database.
| SqliteError::SqliteError | ( | sqlite3 * | , | |
| const std::string & | sql | |||
| ) |
Construct a new SqliteError from the specified database.
| SqliteError::~SqliteError | ( | ) | throw () [inline] |
1.5.3