Public Member Functions | List of all members
DiagnosticHandler Class Reference

When registered with an XQuery object, a DiagnosticHandler handles all exceptions that otherwise would have been thrown or reported. More...

Inherits DiagnosticHandler.

Public Member Functions

 DiagnosticHandler ()
 
virtual void error (const ZorbaException &ze)
 This function is called for all exceptions. More...
 
virtual ~DiagnosticHandler ()
 

Detailed Description

When registered with an XQuery object, a DiagnosticHandler handles all exceptions that otherwise would have been thrown or reported.

Definition at line 24 of file DiagnosticHandler.h.

Constructor & Destructor Documentation

DiagnosticHandler::DiagnosticHandler ( )

Definition at line 30 of file DiagnosticHandler.h.

virtual DiagnosticHandler::~DiagnosticHandler ( )
virtual

Member Function Documentation

virtual void DiagnosticHandler::error ( const ZorbaException &  ze)
virtual

This function is called for all exceptions.

Parameters
zeThe exception.

The documentation for this class was generated from the following file:
blog comments powered by Disqus