> The XQuery Processor
#include <zorba/default_error_handler.h>

Public Member Functions | |
| virtual void | dynamicError (const DynamicException &aDynamicError) |
| Callback function that is called for dynamic errors as defined in the XQuery 1.0 Specification (see http://www.w3.org/TR/xquery/#id-kinds-of-errors. | |
| virtual void | serializationError (const SerializationException &aSerializationError) |
| Callback function that is called for errors that occur during serialization of a query result. | |
| virtual void | staticError (const StaticException &aStaticError) |
| Callback function that is called for static errors as defined in the XQuery 1.0 Specification (see http://www.w3.org/TR/xquery/#id-kinds-of-errors. | |
| virtual void | systemError (const SystemException &aSystemError) |
| Callback function that is called for errors that occur in the system. | |
| virtual void | typeError (const TypeException &aTypeError) |
| Callback function that is called for type errors as defined in the XQuery 1.0 Specification (see http://www.w3.org/TR/xquery/#id-kinds-of-errors. | |
| virtual | ~DefaultErrorHandler () |
Definition at line 23 of file default_error_handler.h.
| virtual zorba::DefaultErrorHandler::~DefaultErrorHandler | ( | ) | [inline, virtual] |
Definition at line 26 of file default_error_handler.h.
| virtual void zorba::DefaultErrorHandler::dynamicError | ( | const DynamicException & | aDynamicError | ) | [virtual] |
Callback function that is called for dynamic errors as defined in the XQuery 1.0 Specification (see http://www.w3.org/TR/xquery/#id-kinds-of-errors.
| aDynamicError | information about the error. |
Implements zorba::ErrorHandler.
| virtual void zorba::DefaultErrorHandler::serializationError | ( | const SerializationException & | aSerializationError | ) | [virtual] |
Callback function that is called for errors that occur during serialization of a query result.
(see http://www.w3.org/TR/2005/CR-xslt-xquery-serialization-20051103/)
| aSerializationError | information about the error. |
Implements zorba::ErrorHandler.
| virtual void zorba::DefaultErrorHandler::staticError | ( | const StaticException & | aStaticError | ) | [virtual] |
Callback function that is called for static errors as defined in the XQuery 1.0 Specification (see http://www.w3.org/TR/xquery/#id-kinds-of-errors.
| aStaticError | information about the error. |
Implements zorba::ErrorHandler.
| virtual void zorba::DefaultErrorHandler::systemError | ( | const SystemException & | aSystemError | ) | [virtual] |
Callback function that is called for errors that occur in the system.
| aSystemError | information about the error. |
Implements zorba::ErrorHandler.
| virtual void zorba::DefaultErrorHandler::typeError | ( | const TypeException & | aTypeError | ) | [virtual] |
Callback function that is called for type errors as defined in the XQuery 1.0 Specification (see http://www.w3.org/TR/xquery/#id-kinds-of-errors.
| aTypeError | information about the error. |
Implements zorba::ErrorHandler.