libxml++  3.2.3
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
 
LIBXMLPP_API 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()

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.