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

LIBXMLPP_API xmlpp::validity_error::validity_error ( const Glib::ustring message)
explicit
LIBXMLPP_API xmlpp::validity_error::~validity_error ( )
overridenoexcept

Member Function Documentation

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

Reimplemented from xmlpp::parse_error.

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

Reimplemented from xmlpp::parse_error.