libxml++  3.2.3
Public Member Functions | List of all members
xmlpp::validity_error Class Reference

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

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

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

Public Member Functions

LIBXMLPP_API validity_error (const Glib::ustring& message)
 
LIBXMLPP_API ~validity_error () noexcept override
 
LIBXMLPP_API exceptionclone () const override
 
LIBXMLPP_API void raise () const override
 
- Public Member Functions inherited from xmlpp::parse_error
LIBXMLPP_API parse_error (const Glib::ustring& message)
 
LIBXMLPP_API ~parse_error () noexcept 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 a validity error in the XML document.

Constructor & Destructor Documentation

◆ validity_error()

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

◆ ~validity_error()

LIBXMLPP_API xmlpp::validity_error::~validity_error ( )
overridenoexcept

Member Function Documentation

◆ clone()

LIBXMLPP_API exception* xmlpp::validity_error::clone ( ) const
overridevirtual

Reimplemented from xmlpp::parse_error.

◆ raise()

LIBXMLPP_API void xmlpp::validity_error::raise ( ) const
overridevirtual

Reimplemented from xmlpp::parse_error.