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

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
 exception (const ustring& message)
 
 ~exception () noexcept override
 
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

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

Member Function Documentation

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

Reimplemented from xmlpp::parse_error.

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

Reimplemented from xmlpp::parse_error.