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

Public Member Functions | |
| parse_error (const Glib::ustring& message) | |
| ~parse_error () noexcept override | |
| exception* | clone () const override |
| void | raise () const override |
Public Member Functions inherited from xmlpp::exception | |
| exception (const Glib::ustring& message) | |
| ~exception () noexcept override | |
| 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
|
explicit |
|
overridenoexcept |
Member Function Documentation
|
overridevirtual |
Reimplemented from xmlpp::exception.
Reimplemented in xmlpp::validity_error.
|
overridevirtual |
Reimplemented from xmlpp::exception.
Reimplemented in xmlpp::validity_error.

Public Member Functions inherited from