zorba::DiagnosticHandler
When registered with an XQuery object, a DiagnosticHandler handles all exceptions and warnings that otherwise would have been thrown or reported.
Public Functions
| virtual void | error( ZorbaException const & exception ) This function is called for all exceptions. |
| virtual void | warning( XQueryWarning const & warning ) This function is called for all warnings. |
| virtual | ~DiagnosticHandler() |
Public Functions
error
This function is called for all exceptions.
Parameters
| exception |
The exception. |
warning
This function is called for all warnings.
Parameters
| warning |
The warning. |
~DiagnosticHandler
virtual ~DiagnosticHandler()
blog comments powered by Disqus