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