Public Member Functions
psql::PgSqlException Class Reference

Exceptions of this type are thrown from inside the psql namespace to indicate problem with database interface. More...

#include <PgSqlException.h>

Inherits std::exception.

Public Member Functions

 PgSqlException (std::string const &msg)
virtual ~PgSqlException () throw ()
virtual const char * what () const throw ()

Detailed Description

Exceptions of this type are thrown from inside the psql namespace to indicate problem with database interface.

Definition at line 14 of file PgSqlException.h.


Constructor & Destructor Documentation

psql::PgSqlException::PgSqlException ( std::string const &  msg)

Definition at line 6 of file PgSqlException.cpp.

psql::PgSqlException::~PgSqlException ( ) throw () [virtual]

Definition at line 11 of file PgSqlException.cpp.


Member Function Documentation

char const * psql::PgSqlException::what ( ) const throw () [virtual]

Definition at line 15 of file PgSqlException.cpp.


The documentation for this class was generated from the following files:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines