DomErrorHandler Class Reference
EPP DomErrorHandler Class.
More...
#include <DomErrorHandler.H>
List of all members.
Public Member Functions |
| DomErrorHandler () |
| Default Constructor.
|
| ~DomErrorHandler () |
| Default Destructor.
|
void | warning (const SAXParseException &exception) |
| Handles parsing warning.
|
void | error (const SAXParseException &exception) |
| Handles parsing errors.
|
void | fatalError (const SAXParseException &exception) |
| Handles parsing fatal errors.
|
void | resetErrors () |
| Reset errors.
|
Detailed Description
EPP DomErrorHandler Class.
Member Function Documentation
void DomErrorHandler::error |
( |
const SAXParseException & |
exception |
) |
|
Handles parsing errors.
- Parameters:
-
| exception | The error info encapsulated in a SAX parse exception. |
void DomErrorHandler::fatalError |
( |
const SAXParseException & |
exception |
) |
|
Handles parsing fatal errors.
- Parameters:
-
| exception | The error info encapsulated in a SAX parse exception. |
void DomErrorHandler::warning |
( |
const SAXParseException & |
exception |
) |
|
Handles parsing warning.
- Parameters:
-
| exception | The warning info encapsulated in a SAX parse exception. |
The documentation for this class was generated from the following file: