SqliteError Class Reference

This exception is thrown when an error occured as the result of an SQL query. More...

#include <Exceptions.h>

Inherits std::runtime_error.

List of all members.

Public Member Functions

 SqliteError (sqlite3 *)
 Construct a new SqliteError from the specified database.
 SqliteError (sqlite3 *, const std::string &sql)
 Construct a new SqliteError from the specified database.
 ~SqliteError () throw ()
 Destructor, a noop.


Detailed Description

This exception is thrown when an error occured as the result of an SQL query.

Definition at line 57 of file Exceptions.h.


Constructor & Destructor Documentation

SqliteError::SqliteError ( sqlite3 *   ) 

Construct a new SqliteError from the specified database.

SqliteError::SqliteError ( sqlite3 *  ,
const std::string &  sql 
)

Construct a new SqliteError from the specified database.

SqliteError::~SqliteError (  )  throw () [inline]

Destructor, a noop.

Definition at line 67 of file Exceptions.h.


Generated for UnsignedByte by  doxygen 1.5.3
SourceForge.net Logo