Poco::Data::ODBC

template < class H, SQLSMALLINT handleType >

class HandleException

Library: ODBC
Package: ODBC
Header: Poco/Data/ODBC/ODBCException.h

Inheritance

Direct Base Classes: ODBCException

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

Member Summary

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

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

Constructors

HandleException inline

HandleException(
    const H & handle
);

HandleException inline

HandleException(
    const HandleException & exc
);

HandleException inline

HandleException(
    const H & handle,
    const std::string & msg
);

HandleException inline

HandleException(
    const H & handle,
    const std::string & msg,
    const std::string & arg
);

HandleException inline

HandleException(
    const H & handle,
    const std::string & msg,
    const Poco::Exception & exc
);

Destructor

~HandleException inline

~HandleException();

Member Functions

className virtual inline

const char * className() const;

See also: Poco::Data::ODBC::ODBCException::className()

clone inline

Poco::Exception * clone() const;

diagnostics inline

const Diagnostics < H, handleType > & diagnostics();

name virtual inline

const char * name() const;

See also: Poco::Data::ODBC::ODBCException::name()

operator = inline

HandleException & operator = (
    const HandleException & exc
);

rethrow virtual inline

void rethrow() const;

See also: Poco::Data::ODBC::ODBCException::rethrow()

toString inline

std::string toString() const;