Public Member Functions
sqlite::SqliteException Class Reference

#include <SqliteException.h>

Inherits std::exception.

Public Member Functions

 SqliteException (sqlite3 *db)
 SqliteException (int code, sqlite3 *db)
 SqliteException (int code, std::string const &msg)
virtual ~SqliteException () throw ()
virtual const char * what () const throw ()

Detailed Description

Definition at line 8 of file SqliteException.h.


Constructor & Destructor Documentation

sqlite::SqliteException::SqliteException ( sqlite3 *  db)

Definition at line 8 of file SqliteException.cpp.

sqlite::SqliteException::SqliteException ( int  code,
sqlite3 *  db 
)

Definition at line 20 of file SqliteException.cpp.

sqlite::SqliteException::SqliteException ( int  code,
std::string const &  msg 
)

Definition at line 14 of file SqliteException.cpp.

sqlite::SqliteException::~SqliteException ( ) throw () [virtual]

Definition at line 26 of file SqliteException.cpp.


Member Function Documentation

const char * sqlite::SqliteException::what ( ) const throw () [virtual]

Definition at line 30 of file SqliteException.cpp.


The documentation for this class was generated from the following files:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines