Poco::XML

class XMLStreamParserException

File Information

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 & param626,
    const std::string & description
);

XMLStreamParserException

XMLStreamParserException(
    const std::string & name,
    Poco::UInt64 line,
    Poco::UInt64 column,
    const std::string & description
);

Destructor

~XMLStreamParserException virtual

virtual ~XMLStreamParserException() noexcept;

Member Functions

column

Poco::UInt64 column() const;

description

const std::string & description() const;

line

Poco::UInt64 line() const;

name virtual

const char * name() const noexcept;

what virtual

virtual const char * what() const noexcept;