libpqxx  4.0.1
pqxx::failure Class Reference

Run-time failure encountered by libpqxx, similar to std::runtime_error. More...

#include <except.hxx>

Inheritance diagram for pqxx::failure:
pqxx::pqxx_exception pqxx::broken_connection pqxx::in_doubt_error pqxx::sql_error pqxx::too_many_connections pqxx::data_exception pqxx::feature_not_supported pqxx::insufficient_privilege pqxx::insufficient_resources pqxx::integrity_constraint_violation pqxx::invalid_cursor_name pqxx::invalid_cursor_state pqxx::invalid_sql_statement_name pqxx::plpgsql_error pqxx::syntax_error

Public Member Functions

 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

Run-time failure encountered by libpqxx, similar to std::runtime_error.

Constructor & Destructor Documentation

pqxx::failure::failure ( const std::string &  whatarg)
explicit

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