libxml++
1.0.0
|
This exception will be thrown when the parser encounters a validity error in the XML document. More...
Inherits xmlpp::parse_error.
Public Member Functions | |
validity_error (const std::string &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 std::string & | 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.