Prints errors generated by the Xerces framework.
More...
#include <XercesLoggingErrorHandler.h>
|
| XercesLoggingErrorHandler () |
| Generates a new XerxesLoggingErrorHandler.
|
|
virtual | ~XercesLoggingErrorHandler () |
| Destroys this XerxesLoggingErrorHandler.
|
|
virtual void | warning (const xercesc::SAXParseException &exc) override |
| Prints a Xerxes warning to the standard logging stream. More...
|
|
virtual void | error (const xercesc::SAXParseException &exc) override |
| Prints a Xerxes error to the standard logging stream. More...
|
|
virtual void | fatalError (const xercesc::SAXParseException &exc) override |
| Prints a Xerxes fatal error to the standard logging stream. More...
|
|
virtual void | resetErrors () override |
| Since errors are not stores by this class, this function does nothing.
|
|
Prints errors generated by the Xerces framework.
The errors are streamed by the standard logging system, preserving the error type.
- Author
- Jan Stückrath
void error |
( |
const xercesc::SAXParseException & |
exc | ) |
|
|
overridevirtual |
Prints a Xerxes error to the standard logging stream.
- Parameters
-
exc | the exception generated by Xerces |
void fatalError |
( |
const xercesc::SAXParseException & |
exc | ) |
|
|
overridevirtual |
Prints a Xerxes fatal error to the standard logging stream.
- Parameters
-
exc | the exception generated by Xerces |
void warning |
( |
const xercesc::SAXParseException & |
exc | ) |
|
|
overridevirtual |
Prints a Xerxes warning to the standard logging stream.
- Parameters
-
exc | the exception generated by Xerces |
The documentation for this class was generated from the following files:
- /home/stueckrath/eclipse_ws/Uncover/src/io/XercesLoggingErrorHandler.h
- /home/stueckrath/eclipse_ws/Uncover/src/io/XercesLoggingErrorHandler.cpp