SQLiteC++
0.5.0
SQLiteC++ is a smart and easy to use C++ SQLite3 wrapper.
|
Encapsulation of the error message from SQLite3, based on std::runtime_error. More...
#include <Exception.h>
Public Member Functions | |
Exception (const std::string &aErrorMessage) | |
Encapsulation of the error message from SQLite3, based on std::runtime_error. More... | |
Encapsulation of the error message from SQLite3, based on std::runtime_error.
Definition at line 37 of file Exception.h.
|
inline |
Encapsulation of the error message from SQLite3, based on std::runtime_error.
[in] | aErrorMessage | The string message describing the SQLite error |
Definition at line 45 of file Exception.h.