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

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

Constructor & Destructor Documentation

◆ validity_error()

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

◆ ~validity_error()

xmlpp::validity_error::~validity_error ( )
overridenoexcept

Member Function Documentation

◆ clone()

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

Reimplemented from xmlpp::parse_error.

◆ raise()

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

Reimplemented from xmlpp::parse_error.