libpqxx  4.0.1
pqxx::feature_not_supported Class Reference

Database feature not supported in current setup. More...

#include <except.hxx>

Inheritance diagram for pqxx::feature_not_supported:
pqxx::sql_error pqxx::failure pqxx::pqxx_exception

Public Member Functions

 feature_not_supported (const std::string &err)
 feature_not_supported (const std::string &err, const std::string &Q)
- Public Member Functions inherited from pqxx::sql_error
 sql_error ()
 sql_error (const std::string &)
 sql_error (const std::string &, const std::string &Q)
virtual ~sql_error () throw ()
const std::string &PQXX_PURE query () const throw ()
 The query whose execution triggered the exception.
- Public Member Functions inherited from pqxx::failure
 failure (const std::string &)
- Public Member Functions inherited from pqxx::pqxx_exception
virtual ~pqxx_exception ()=0 throw ()
 Support run-time polymorphism, and keep this class abstract.
virtual const PQXX_CONST
std::exception & 
base () const =0 throw ()
 Return std::exception base-class object.

Detailed Description

Database feature not supported in current setup.

Constructor & Destructor Documentation

pqxx::feature_not_supported::feature_not_supported ( const std::string &  err)
explicit
pqxx::feature_not_supported::feature_not_supported ( const std::string &  err,
const std::string &  Q 
)

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