Library: Data/PostgreSQL
Package: PostgreSQL
Header: Poco/Data/PostgreSQL/PostgreSQLException.h
Description
Inheritance
Direct Base Classes: PostgreSQLException
All Base Classes: Poco::Data::DataException, PostgreSQLException, Poco::Exception, Poco::IOException, Poco::RuntimeException, std::exception
Member Summary
Inherited Functions: className, clone, code, displayText, extendedMessage, message, name, nested, operator =, rethrow, sqlState, what
Constructors
StatementException
StatementException(
const std::string & aMessage
);
Creates StatementException from string.
StatementException
StatementException(
const std::string & aMessage,
const char * pAnSqlState
);
Creates StatementException from string with support for sqlState.