libxml++ 2.42.1
|
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 * | Clone () const override |
LIBXMLPP_API void | Raise () const override |
![]() | |
LIBXMLPP_API | exception (const Glib::ustring & message) |
LIBXMLPP_API | ~exception () noexcept override |
virtual LIBXMLPP_API exception | Clone () const |
virtual LIBXMLPP_API void | Raise () const |
LIBXMLPP_API const char * | what () const noexcept override |
virtual const char * | what () const noexcept |
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.