
Public Member Functions | |
| void | error (const char *) |
| Report an error. Custom error handlers should define this method. More... | |
Public Member Functions inherited from XmlRpc::XmlRpcErrorHandler | |
| virtual | ~XmlRpcErrorHandler () |
Additional Inherited Members | |
Static Public Member Functions inherited from XmlRpc::XmlRpcErrorHandler | |
| static XmlRpcErrorHandler * | getErrorHandler () |
| Returns a pointer to the currently installed error handling object. More... | |
| static void | setErrorHandler (XmlRpcErrorHandler *eh) |
| Specifies the error handler. More... | |
Static Protected Attributes inherited from XmlRpc::XmlRpcErrorHandler | |
| static XmlRpcErrorHandler * | _errorHandler = &defaultErrorHandler |
Definition at line 48 of file XmlRpcUtil.cpp.
|
inlinevirtual |
Report an error. Custom error handlers should define this method.
Implements XmlRpc::XmlRpcErrorHandler.
Definition at line 55 of file XmlRpcUtil.cpp.