DiagnosticHandler

#include </home/jenkins/.jenkins/ubuntu-remote-queue/jenkins-BuildZorbaUbuntu-462/source/zorba/swig/DiagnosticHandler.h>

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

Private Functions

void

error(const zorba::ZorbaException &ze)

void

warning(const zorba::XQueryException &xw)

Public Functions

DiagnosticHandler()

void

error(const ZorbaException &ze)

This function is called for all exceptions.

~DiagnosticHandler()

Private Functions

error

void error(const zorba::ZorbaException &ze)

warning

void warning(const zorba::XQueryException &xw)

Public Functions

DiagnosticHandler

 DiagnosticHandler()

error

void error(const ZorbaException &ze)

This function is called for all exceptions.

Parameters

ze The exception.

~DiagnosticHandler

 ~DiagnosticHandler()