This exception will be thrown when the parser encounters a validity error in the XML document. More...
#include <libxml++/exceptions/validity_error.h>
Inherits xmlpp::parse_error.
Public Member Functions | |
validity_error (const Glib::ustring& message) | |
virtual | ~validity_error () throw () |
virtual void | Raise () const |
virtual exception* | Clone () const |
This exception will be thrown when the parser encounters a validity error in the XML document.
xmlpp::validity_error::validity_error | ( | const Glib::ustring & | message | ) | [explicit] |
virtual xmlpp::validity_error::~validity_error | ( | ) | throw () [virtual] |
virtual exception* xmlpp::validity_error::Clone | ( | ) | const [virtual] |
Reimplemented from xmlpp::parse_error.
virtual void xmlpp::validity_error::Raise | ( | ) | const [virtual] |
Reimplemented from xmlpp::parse_error.