Poco::XML

class SAXException

Library: XML
Package: SAX
Header: Poco/SAX/SAXException.h

Inheritance

Direct Base Classes: XMLException

All Base Classes: Poco::Exception, Poco::RuntimeException, XMLException, std::exception

Known Derived Classes: SAXNotRecognizedException, SAXNotSupportedException, SAXParseException

Member Summary

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

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

Constructors

SAXException

SAXException(
    int code = 0
);

SAXException

SAXException(
    const SAXException & exc
);

SAXException

SAXException(
    const std::string & msg,
    int code = 0
);

SAXException

SAXException(
    const std::string & msg,
    const std::string & arg,
    int code = 0
);

SAXException

SAXException(
    const std::string & msg,
    const Poco::Exception & exc,
    int code = 0
);

Destructor

~SAXException

~SAXException() noexcept;

Member Functions

className virtual

const char * className() const noexcept;

clone

Poco::Exception * clone() const;

name virtual

const char * name() const noexcept;

operator =

SAXException & operator = (
    const SAXException & exc
);

rethrow virtual

void rethrow() const;