Poco::Data::PostgreSQL

class PostgreSQLException

File Information

Library: Data/PostgreSQL
Package: PostgreSQL
Header: Poco/Data/PostgreSQL/PostgreSQLException.h

Description

Base class for all PostgreSQL exceptions

Inheritance

Direct Base Classes: Poco::Data::DataException

All Base Classes: Poco::Data::DataException, Poco::Exception, Poco::IOException, Poco::RuntimeException, std::exception

Known Derived Classes: ConnectionException, TransactionException, StatementException

Member Summary

Member Functions: className, clone, name, operator =, rethrow

Inherited Functions: className, clone, code, displayText, extendedMessage, message, name, nested, operator =, rethrow, what

Constructors

PostgreSQLException

explicit PostgreSQLException(
    const std::string & aMessage
);

PostgreSQLException

PostgreSQLException(
    const PostgreSQLException & exc
);

Destructor

~PostgreSQLException

~PostgreSQLException() noexcept;

Destroys PostgreSQLexception.

Member Functions

className virtual inline

const char * className() const noexcept;

Returns the name of the exception class.

clone inline

Poco::Exception * clone() const;

Creates an exact copy of the exception.

The copy can later be thrown again by invoking rethrow() on it.

name virtual inline

const char * name() const noexcept;

Returns exception name.

operator = inline

PostgreSQLException & operator = (
    const PostgreSQLException & exc
);

Assignment operator.

rethrow virtual inline

void rethrow() const;

(Re)Throws the exception.

This is useful for temporarily storing a copy of an exception (see clone()), then throwing it again.

Securely control IoT edge devices from anywhere   Connect a Device