Library: Foundation
Package: Core
Header: Poco/Exception.h
Direct Base Classes: Exception
All Base Classes: Exception, std::exception
Known Derived Classes: AssertionViolationException, NullPointerException, BugcheckException, InvalidArgumentException, NotImplementedException, RangeException, IllegalStateException, InvalidAccessException, SignalException, UnhandledException
Member Functions: className, clone, name, operator =, rethrow
Inherited Functions: className, clone, code, displayText, extendedMessage, message, name, nested, operator =, rethrow, what
LogicException(
    int code = 0
);
LogicException(
    const LogicException & exc
);
LogicException(
    const std::string & msg,
    int code = 0
);
LogicException(
    const std::string & msg,
    const std::string & arg,
    int code = 0
);
LogicException(
    const std::string & msg,
    const Poco::Exception & exc,
    int code = 0
);
~LogicException();
 
 const char * className() const;
See also: Poco::Exception::className()
Poco::Exception * clone() const;
 
 const char * name() const;
See also: Poco::Exception::name()
LogicException & operator = (
    const LogicException & exc
);
 
 void rethrow() const;
See also: Poco::Exception::rethrow()