Library: Foundation
Package: Core
Header: Poco/Exception.h
Direct Base Classes: RuntimeException
All Base Classes: Exception, RuntimeException, std::exception
Known Derived Classes: FileException, FileExistsException, FileNotFoundException, PathNotFoundException, FileReadOnlyException, FileAccessDeniedException, CreateFileException, OpenFileException, WriteFileException, ReadFileException, 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
Member Functions: className, clone, name, operator =, rethrow
Inherited Functions: className, clone, displayText, message, name, nested, operator =, rethrow, what
IOException();
IOException(
const std::string & msg
);
IOException(
const IOException & exc
);
IOException(
const std::string & msg,
const std::string & arg
);
IOException(
const std::string & msg,
const Poco::Exception & exc
);
~IOException();
const char * className() const;
See also: Poco::RuntimeException::className()
Poco::Exception * clone() const;
const char * name() const;
See also: Poco::RuntimeException::name()
IOException & operator = (
const IOException & exc
);
void rethrow() const;
See also: Poco::RuntimeException::rethrow()