Library: Foundation
Package: Core
Header: Poco/Exception.h
Direct Base Classes: Exception
All Base Classes: Exception, std::exception
Member Functions: className, clone, name, operator =, rethrow
Inherited Functions: className, clone, code, displayText, extendedMessage, message, name, nested, operator =, rethrow, what
ApplicationException(
    int code = 0
);
ApplicationException(
    const ApplicationException & exc
);
ApplicationException(
    const std::string & msg,
    int code = 0
);
ApplicationException(
    const std::string & msg,
    const std::string & arg,
    int code = 0
);
ApplicationException(
    const std::string & msg,
    const Poco::Exception & exc,
    int code = 0
);
 
 const char * className() const;
See also: Poco::Exception::className()
Poco::Exception * clone() const;
 
 const char * name() const;
See also: Poco::Exception::name()
ApplicationException & operator = (
    const ApplicationException & exc
);
 
 void rethrow() const;
See also: Poco::Exception::rethrow()