zorba::DiagnosticHandler#include <zorba/diagnostic_handler.h> When registered with an XQuery object, a DiagnosticHandler handles all exceptions and warnings that otherwise would have been thrown or reported.Public Functions
Public Functionserrorvoid error(ZorbaException const &exception) This function is called for all exceptions.
Parameters
warningvoid warning(XQueryWarning const &warning) This function is called for all warnings.
Parameters
~DiagnosticHandler ~DiagnosticHandler()
|