sqlitepp
A small sqlite3 C++ library
 All Classes Functions Pages
Public Member Functions | List of all members
sqlitepp::SQLiteException Class Reference
Inheritance diagram for sqlitepp::SQLiteException:

Public Member Functions

 SQLiteException (const std::string &str)
 Constructs a SQLiteException with the passed error message.
 
 SQLiteException (sqlite3 *db)
 The error message is the last sqlite error in the passed sqlite database. More...
 
virtual const char * what () const throw ()
 gets the error message
 

Detailed Description

Definition at line 366 of file sqlitepp.h.

Constructor & Destructor Documentation

sqlitepp::SQLiteException::SQLiteException ( sqlite3 *  db)
inline

The error message is the last sqlite error in the passed sqlite database.

Parameters
db

Definition at line 384 of file sqlitepp.h.


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