Public Member Functions | |
| void | error (const char *msg) |
| 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 |
| void DefaultErrorHandler::error | ( | const char * | msg | ) | [inline, virtual] |
Report an error. Custom error handlers should define this method.
Implements XmlRpc::XmlRpcErrorHandler.
| static XmlRpcErrorHandler* XmlRpc::XmlRpcErrorHandler::getErrorHandler | ( | ) | [inline, static, inherited] |
Returns a pointer to the currently installed error handling object.
References XmlRpc::XmlRpcErrorHandler::_errorHandler, and XmlRpc::XmlRpcErrorHandler::setErrorHandler().
Referenced by XmlRpc::XmlRpcUtil::error().
| static void XmlRpc::XmlRpcErrorHandler::setErrorHandler | ( | XmlRpcErrorHandler * | eh | ) | [inline, static, inherited] |
Specifies the error handler.
Referenced by XmlRpc::XmlRpcErrorHandler::getErrorHandler().
XmlRpcErrorHandler * XmlRpcErrorHandler::_errorHandler = &defaultErrorHandler [static, protected, inherited] |
1.7.1