Library: Foundation
Package: Core
Header: Poco/Exception.h
Direct Base Classes: Exception
All Base Classes: Exception, std::exception
Known Derived Classes: AssertionViolationException, NullPointerException, NullValueException, BugcheckException, InvalidArgumentException, NotImplementedException, RangeException, IllegalStateException, InvalidAccessException, SignalException, UnhandledException, Poco::Remoting::RemoteException, Poco::Remoting::RemotingException, Poco::Remoting::SerializerException, Poco::Remoting::DeserializerException, Poco::Remoting::UnknownTransportException, Poco::Remoting::UnknownTypeException, Poco::Remoting::UnknownObjectException, Poco::Remoting::ORBDisabledException, Poco::Remoting::MissingParamException, Poco::Remoting::WrongReplyException, Poco::Remoting::MethodNotFoundException, Poco::RemotingNG::RemotingException, Poco::RemotingNG::TransportException, Poco::RemotingNG::RemoteException, Poco::RemotingNG::SerializerException, Poco::RemotingNG::DeserializerException, Poco::RemotingNG::UnknownTransportException, Poco::RemotingNG::UnknownTypeException, Poco::RemotingNG::UnknownObjectException, Poco::RemotingNG::ORBDisabledException, Poco::RemotingNG::MissingParamException, Poco::RemotingNG::WrongReplyException, Poco::RemotingNG::UnexpectedMessageException, Poco::RemotingNG::MethodNotFoundException
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()