libxml++  5.2.0
Public Member Functions | List of all members
xmlpp::parse_error Class Reference

This exception will be thrown when the parser encounters an error in the XML document. More...

#include <libxml++/exceptions/parse_error.h>

Inheritance diagram for xmlpp::parse_error:
Inheritance graph
[legend]

Public Member Functions

 parse_error (const ustring & message)
 
 ~parse_error () noexcept override
 
exceptionclone () const override
 
void raise () const override
 
- Public Member Functions inherited from xmlpp::exception
LIBXMLPP_MEMBER_METHOD exception (const ustring & message)
 
LIBXMLPP_MEMBER_METHOD ~exception () noexcept override
 
LIBXMLPP_MEMBER_METHOD const char * what () const noexcept override
 

Detailed Description

This exception will be thrown when the parser encounters an error in the XML document.

Constructor & Destructor Documentation

◆ parse_error()

xmlpp::parse_error::parse_error ( const ustring message)
explicit

◆ ~parse_error()

xmlpp::parse_error::~parse_error ( )
overridenoexcept

Member Function Documentation

◆ clone()

exception* xmlpp::parse_error::clone ( ) const
overridevirtual

Reimplemented from xmlpp::exception.

Reimplemented in xmlpp::validity_error.

◆ raise()

void xmlpp::parse_error::raise ( ) const
overridevirtual

Reimplemented from xmlpp::exception.

Reimplemented in xmlpp::validity_error.