#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 |
Definition at line 47 of file XmlRpc.h.
| virtual XmlRpc::XmlRpcErrorHandler::~XmlRpcErrorHandler | ( | ) | [inline, virtual] |
| virtual void XmlRpc::XmlRpcErrorHandler::error | ( | const char * | msg | ) | [pure virtual] |
Report an error. Custom error handlers should define this method.
Implemented in DefaultErrorHandler.
Referenced by XmlRpc::XmlRpcUtil::error().
| static XmlRpcErrorHandler* XmlRpc::XmlRpcErrorHandler::getErrorHandler | ( | ) | [inline, static] |
Returns a pointer to the currently installed error handling object.
Definition at line 52 of file XmlRpc.h.
Referenced by XmlRpc::XmlRpcUtil::error().
00053 { return _errorHandler; }
| static void XmlRpc::XmlRpcErrorHandler::setErrorHandler | ( | XmlRpcErrorHandler * | eh | ) | [inline, static] |
XmlRpcErrorHandler * XmlRpcErrorHandler::_errorHandler = &defaultErrorHandler [static, protected] |
1.5.8