Poco

class RuntimeException

Library: Foundation
Package: Core
Header: Poco/Exception.h

Inheritance

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 Summary

Member Functions: className, clone, name, operator =, rethrow

Inherited Functions: className, clone, displayText, message, name, nested, operator =, rethrow, what

Constructors

RuntimeException

RuntimeException();

RuntimeException

RuntimeException(
    const std::string & msg
);

RuntimeException

RuntimeException(
    const RuntimeException & exc
);

RuntimeException

RuntimeException(
    const std::string & msg,
    const std::string & arg
);

RuntimeException

RuntimeException(
    const std::string & msg,
    const Poco::Exception & exc
);

Destructor

~RuntimeException

~RuntimeException();

Member Functions

className virtual

const char * className() const;

See also: Poco::Exception::className()

clone

Poco::Exception * clone() const;

name virtual

const char * name() const;

See also: Poco::Exception::name()

operator =

RuntimeException & operator = (
    const RuntimeException & exc
);

rethrow virtual

void rethrow() const;

See also: Poco::Exception::rethrow()