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:

Collaboration diagram for xmlpp::parse_error:

Public Member Functions | |
| parse_error (const Glib::ustring& message) | |
| virtual | ~parse_error () throw () |
| virtual void | Raise () const |
| virtual exception* | Clone () const |
Public Member Functions inherited from xmlpp::exception | |
| exception (const Glib::ustring& message) | |
| virtual | ~exception () throw () |
| virtual const char* | what () const throw () |
Detailed Description
This exception will be thrown when the parser encounters an error in the XML document.
Constructor & Destructor Documentation
|
explicit |
|
virtual |
Member Function Documentation
|
virtual |
Reimplemented from xmlpp::exception.
Reimplemented in xmlpp::validity_error.
|
virtual |
Reimplemented from xmlpp::exception.
Reimplemented in xmlpp::validity_error.
The documentation for this class was generated from the following file:
- exceptions/parse_error.h

Public Member Functions inherited from