#include <XmlRpc.h>
Public Member Functions | |
virtual | ~XmlRpcErrorHandler () |
virtual void | error (const char *msg)=0 |
Report an error. Custom error handlers should define this method. | |
Static Public Member Functions | |
static XmlRpcErrorHandler * | getErrorHandler () |
Returns a pointer to the currently installed error handling object. | |
static void | setErrorHandler (XmlRpcErrorHandler *eh) |
Specifies the error handler. | |
Static Protected Attributes | |
static XmlRpcErrorHandler * | _errorHandler = &defaultErrorHandler |
static XmlRpcErrorHandler* XmlRpc::XmlRpcErrorHandler::getErrorHandler | ( | ) | [inline, static] |
static void XmlRpc::XmlRpcErrorHandler::setErrorHandler | ( | XmlRpcErrorHandler * | eh | ) | [inline, static] |
virtual void XmlRpc::XmlRpcErrorHandler::error | ( | const char * | msg | ) | [pure virtual] |
Report an error. Custom error handlers should define this method.
Implemented in DefaultErrorHandler.
XmlRpcErrorHandler * XmlRpcErrorHandler::_errorHandler = &defaultErrorHandler [static, protected] |