malformed_xml_error

Defined in header: <orcus/exception.hpp>

class malformed_xml_error : public orcus::parse_error

This exception is thrown when SAX parser detects a malformed XML document.

Public Functions

malformed_xml_error() = delete
malformed_xml_error(std::string_view msg, std::ptrdiff_t offset)
virtual ~malformed_xml_error()