libxml++
3.2.3
|
This exception will be thrown when the parser encounters a validity error in the XML document. More...
#include <libxml++/exceptions/validity_error.h>
Public Member Functions | |
LIBXMLPP_API | validity_error (const Glib::ustring& message) |
LIBXMLPP_API | ~validity_error () noexcept override |
LIBXMLPP_API exception* | clone () const override |
LIBXMLPP_API void | raise () const override |
![]() | |
LIBXMLPP_API | parse_error (const Glib::ustring& message) |
LIBXMLPP_API | ~parse_error () noexcept override |
![]() | |
LIBXMLPP_API | exception (const Glib::ustring& message) |
LIBXMLPP_API | ~exception () noexcept override |
LIBXMLPP_API const char* | what () const noexcept override |
This exception will be thrown when the parser encounters a validity error in the XML document.
|
explicit |
|
overridenoexcept |
|
overridevirtual |
Reimplemented from xmlpp::parse_error.
|
overridevirtual |
Reimplemented from xmlpp::parse_error.