Library: XML
Package: XML
Header: Poco/XML/XMLException.h
Direct Base Classes: Poco::RuntimeException
All Base Classes: Poco::Exception, Poco::RuntimeException, std::exception
Known Derived Classes: DOMException, EventException, SAXException, SAXNotRecognizedException, SAXNotSupportedException, SAXParseException
Member Functions: className, clone, name, operator =, rethrow
Inherited Functions: className, clone, code, displayText, extendedMessage, message, name, nested, operator =, rethrow, what
XMLException(
    int code = 0
);
XMLException(
    const XMLException & exc
);
XMLException(
    const std::string & msg,
    int code = 0
);
XMLException(
    const std::string & msg,
    const std::string & arg,
    int code = 0
);
XMLException(
    const std::string & msg,
    const Poco::Exception & exc,
    int code = 0
);
~XMLException();
 
 const char * className() const;
See also: Poco::RuntimeException::className()
Poco::Exception * clone() const;
 
 const char * name() const;
See also: Poco::RuntimeException::name()
XMLException & operator = (
    const XMLException & exc
);
 
 void rethrow() const;
See also: Poco::RuntimeException::rethrow()