Library: ODBC
Package: ODBC
Header: Poco/Data/ODBC/ODBCException.h
Direct Base Classes: ODBCException
All Base Classes: Poco::Data::DataException, ODBCException, Poco::Exception, Poco::IOException, Poco::RuntimeException, std::exception
Member Functions: className, clone, diagnostics, name, operator =, rethrow, toString
Inherited Functions: className, clone, code, displayText, message, name, nested, operator =, rethrow, what
 
 HandleException(
    const H & handle
);
 
 HandleException(
    const HandleException & exc
);
 
 HandleException(
    const H & handle,
    const std::string & msg
);
 
 HandleException(
    const H & handle,
    const std::string & msg,
    const std::string & arg
);
 
 HandleException(
    const H & handle,
    const std::string & msg,
    const Poco::Exception & exc
);
 
 ~HandleException();
 
   
 const char * className() const;
 
 Poco::Exception * clone() const;
 
 const Diagnostics < H, handleType > & diagnostics();
 
   
 const char * name() const;
See also: Poco::Data::ODBC::ODBCException::name()
 
 HandleException & operator = (
    const HandleException & exc
);
 
   
 void rethrow() const;
 
 std::string toString() const;