Library: XML
Package: SAX
Header: Poco/SAX/SAXException.h
Exception class for an unrecognized identifier.
An XMLReader will throw this exception when it finds an unrecognized feature or property identifier; SAX applications and extensions may use this class for other, similar purposes.
Direct Base Classes: SAXException
All Base Classes: Poco::Exception, Poco::RuntimeException, SAXException, XMLException, std::exception
Member Functions: className, clone, name, operator =, rethrow
Inherited Functions: className, clone, code, displayText, extendedMessage, message, name, nested, operator =, rethrow, what
SAXNotSupportedException(
    int code = 0
);
SAXNotSupportedException(
    const SAXNotSupportedException & exc
);
SAXNotSupportedException(
    const std::string & msg,
    int code = 0
);
SAXNotSupportedException(
    const std::string & msg,
    const std::string & arg,
    int code = 0
);
SAXNotSupportedException(
    const std::string & msg,
    const Poco::Exception & exc,
    int code = 0
);
 
 const char * className() const;
See also: Poco::XML::SAXException::className()
Poco::Exception * clone() const;
 
 const char * name() const;
See also: Poco::XML::SAXException::name()
SAXNotSupportedException & operator = (
    const SAXNotSupportedException & exc
);
 
 void rethrow() const;
See also: Poco::XML::SAXException::rethrow()