17 #ifndef API_DIAGNOSTIC_HANDLER_H
18 #define API_DIAGNOSTIC_HANDLER_H
27 void error (
const zorba::ZorbaException &ze);
28 void warning (
const zorba::XQueryException &xw);
38 virtual void error(
const ZorbaException &ze);
When registered with an XQuery object, a DiagnosticHandler handles all exceptions that otherwise woul...
virtual ~DiagnosticHandler()