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 () |
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.
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.
char const * psql::PgSqlException::what | ( | ) | const throw () [virtual] |
Definition at line 15 of file PgSqlException.cpp.