Belle II Software  release-08-01-10
SQLiteError Class Reference

Simple error class to be thrown if there is any sqlite error on any of the operations. More...

#include <sqlite.h>

Inheritance diagram for SQLiteError:
Collaboration diagram for SQLiteError:

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.
 

Detailed Description

Simple error class to be thrown if there is any sqlite error on any of the operations.

Definition at line 36 of file sqlite.h.


The documentation for this class was generated from the following file: