Library: Foundation
Package: Core
Header: Poco/Exception.h
Direct Base Classes: Exception
All Base Classes: Exception, std::exception
Known Derived Classes: NotFoundException, ExistsException, TimeoutException, SystemException, RegularExpressionException, LibraryLoadException, LibraryAlreadyLoadedException, NoThreadAvailableException, PropertyNotSupportedException, PoolOverflowException, NoPermissionException, OutOfMemoryException, DataException, DataFormatException, SyntaxException, CircularReferenceException, PathSyntaxException, IOException, FileException, FileExistsException, FileNotFoundException, PathNotFoundException, FileReadOnlyException, FileAccessDeniedException, CreateFileException, OpenFileException, WriteFileException, ReadFileException, UnknownURISchemeException, BadCastException, Poco::Net::SSLException, Poco::Net::SSLContextException, Poco::Net::InvalidCertificateException, Poco::Net::NetException, Poco::Net::InvalidAddressException, Poco::Net::ServiceNotFoundException, Poco::Net::ConnectionAbortedException, Poco::Net::ConnectionResetException, Poco::Net::ConnectionRefusedException, Poco::Net::DNSException, Poco::Net::HostNotFoundException, Poco::Net::NoAddressFoundException, Poco::Net::InterfaceNotFoundException, Poco::Net::NoMessageException, Poco::Net::MessageException, Poco::Net::MultipartException, Poco::Net::HTTPException, Poco::Net::NotAuthenticatedException, Poco::Net::UnsupportedRedirectException, Poco::Net::FTPException, Poco::Net::SMTPException, Poco::Net::POP3Exception, Poco::Net::ICMPException, Poco::Util::UnknownOptionException, Poco::Util::OptionException, Poco::Util::AmbiguousOptionException, Poco::Util::MissingOptionException, Poco::Util::MissingArgumentException, Poco::Util::InvalidArgumentException, Poco::Util::UnexpectedArgumentException, Poco::Util::IncompatibleOptionsException, Poco::Util::DuplicateOptionException, Poco::Util::EmptyOptionException, Poco::XML::DOMException, Poco::XML::EventException, Poco::XML::SAXNotSupportedException, Poco::XML::SAXException, Poco::XML::SAXNotRecognizedException, Poco::XML::SAXParseException, Poco::XML::XMLException
Member Functions: className, clone, name, operator =, rethrow
Inherited Functions: className, clone, displayText, message, name, nested, operator =, rethrow, what
RuntimeException(
const std::string & msg
);
RuntimeException(
const RuntimeException & exc
);
RuntimeException(
const std::string & msg,
const std::string & arg
);
RuntimeException(
const std::string & msg,
const Poco::Exception & exc
);
~RuntimeException();
const char * className() const;
See also: Poco::Exception::className()
Poco::Exception * clone() const;
const char * name() const;
See also: Poco::Exception::name()
RuntimeException & operator = (
const RuntimeException & exc
);
void rethrow() const;
See also: Poco::Exception::rethrow()