Class Poco::XML::XMLStreamParserException (original) (raw)
Library: XML
Package: XML
Header: Poco/XML/XMLStreamParserException.h
Inheritance
Direct Base Classes: XMLException
All Base Classes: Poco::Exception, Poco::RuntimeException, XMLException, std::exception
Member Summary
Member Functions: column, description, line, name, what
Inherited Functions: className, clone, code, displayText, extendedMessage, message, name, nested, operator =, rethrow, what
Constructors
XMLStreamParserException
XMLStreamParserException(
const XMLStreamParser & param587,
const std::string & description
);
XMLStreamParserException
XMLStreamParserException(
const std::string & name,
Poco::UInt64 line,
Poco::UInt64 column,
const std::string & description
);
Destructor
~XMLStreamParserException 
virtual ~XMLStreamParserException() noexcept;
Member Functions
column
Poco::UInt64 column() const;
description
const std::string & description() const;
line
Poco::UInt64 line() const;
name 
const char * name() const noexcept;
what 
virtual const char * what() const noexcept;