Belle II Software development
|
Simple error class to be thrown if there is any sqlite error on any of the operations. More...
#include <sqlite.h>
Public Member Functions | |
SQLiteError (int code, const std::string &prefix="") | |
Construct an instance from a prefix string and an sqlite error code. | |
int | code () const |
Return the sqlite error code. | |
Private Attributes | |
int | m_code |
SQLite error code. | |
Simple error class to be thrown if there is any sqlite error on any of the operations.
|
inlineexplicit |
|
inline |