libxml++  2.42.1
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

LIBXMLPP_API parse_error (const Glib::ustring& message)
 
LIBXMLPP_API ~parse_error () noexcept override
 
LIBXMLPP_API exceptionClone () const override
 
LIBXMLPP_API void Raise () const override
 
- Public Member Functions inherited from xmlpp::exception
LIBXMLPP_API exception (const Glib::ustring& message)
 
LIBXMLPP_API ~exception () noexcept override
 
const LIBXMLPP_API 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()

LIBXMLPP_API xmlpp::parse_error::parse_error ( const Glib::ustring &  message)
explicit

◆ ~parse_error()

LIBXMLPP_API xmlpp::parse_error::~parse_error ( )
overridenoexcept

Member Function Documentation

◆ Clone()

LIBXMLPP_API exception* xmlpp::parse_error::Clone ( ) const
overridevirtual

Reimplemented from xmlpp::exception.

Reimplemented in xmlpp::validity_error.

◆ Raise()

LIBXMLPP_API void xmlpp::parse_error::Raise ( ) const
overridevirtual

Reimplemented from xmlpp::exception.

Reimplemented in xmlpp::validity_error.