sqlitexx 0.0.1
Public Member Functions
sqlite3xx::sql_error Class Reference

#include <except.hpp>

Inheritance diagram for sqlite3xx::sql_error:
Inheritance graph
[legend]
Collaboration diagram for sqlite3xx::sql_error:
Collaboration graph
[legend]

Public Member Functions

 sql_error ()
 
 sql_error (const string &_q)
 
 sql_error (const string &_what, const string &_q)
 
virtual ~sql_error () throw ( )
 
const string & msg () const throw ( )
 
const string & query () const throw ( )
 
- Public Member Functions inherited from sqlite3xx::failure
 failure (const string &m)
 
- Public Member Functions inherited from sqlite3xx::sqlitexx_exception
virtual ~sqlitexx_exception () throw ( ) =0
 
virtual exception & base () throw ( ) =0
 

Constructor & Destructor Documentation

◆ sql_error() [1/3]

sqlite3xx::sql_error::sql_error ( )

◆ sql_error() [2/3]

sqlite3xx::sql_error::sql_error ( const string &  _q)
explicit

◆ sql_error() [3/3]

sqlite3xx::sql_error::sql_error ( const string &  _what,
const string &  _q 
)
explicit

◆ ~sql_error()

virtual sqlite3xx::sql_error::~sql_error ( )
throw (
)
virtual

Member Function Documentation

◆ msg()

const string & sqlite3xx::sql_error::msg ( ) const
throw (
)

◆ query()

const string & sqlite3xx::sql_error::query ( ) const
throw (
)

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