UnCoVer (Using Coverability for Verification)
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
XercesLoggingErrorHandler Class Reference

Prints errors generated by the Xerces framework. More...

#include <XercesLoggingErrorHandler.h>

Inheritance diagram for XercesLoggingErrorHandler:
Inheritance graph
[legend]
Collaboration diagram for XercesLoggingErrorHandler:
Collaboration graph
[legend]

Public Member Functions

 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.
 

Detailed Description

Prints errors generated by the Xerces framework.

The errors are streamed by the standard logging system, preserving the error type.

Author
Jan Stückrath

Member Function Documentation

void error ( const xercesc::SAXParseException &  exc)
overridevirtual

Prints a Xerxes error to the standard logging stream.

Parameters
excthe exception generated by Xerces
void fatalError ( const xercesc::SAXParseException &  exc)
overridevirtual

Prints a Xerxes fatal error to the standard logging stream.

Parameters
excthe exception generated by Xerces
void warning ( const xercesc::SAXParseException &  exc)
overridevirtual

Prints a Xerxes warning to the standard logging stream.

Parameters
excthe exception generated by Xerces

The documentation for this class was generated from the following files: