XmlDebugListener::error()

#include <DbXml.hpp>

void XmlDebugListener::error(const XmlException &error, 
                             const XmlStackFrame *stack) 

This method is called if an error occurs during query evaluation. It is normal to throw the XmlException argument at the end of an implementation of this method.

Parameters

error

The XmlException representing the error.

stack

The XmlStackFrame for the current execution context.

Class

XmlDebugListener

See Also

XmlDebugListener Methods