SQLiteC++  0.5.0
SQLiteC++ is a smart and easy to use C++ SQLite3 wrapper.
 All Classes Namespaces Files Functions Friends Macros
SQLite::Exception Class Reference

Encapsulation of the error message from SQLite3, based on std::runtime_error. More...

#include <Exception.h>

Inheritance diagram for SQLite::Exception:
Collaboration diagram for SQLite::Exception:

Public Member Functions

 Exception (const std::string &aErrorMessage)
 Encapsulation of the error message from SQLite3, based on std::runtime_error. More...
 

Detailed Description

Encapsulation of the error message from SQLite3, based on std::runtime_error.

Definition at line 37 of file Exception.h.

Constructor & Destructor Documentation

SQLite::Exception::Exception ( const std::string &  aErrorMessage)
inline

Encapsulation of the error message from SQLite3, based on std::runtime_error.

Parameters
[in]aErrorMessageThe string message describing the SQLite error

Definition at line 45 of file Exception.h.


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