OverSim
|
Public Member Functions | |
void | error (const char *msg) |
Report an error. Custom error handlers should define this method. | |
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. | |
static void | setErrorHandler (XmlRpcErrorHandler *eh) |
Specifies the error handler. | |
Static Protected Attributes inherited from XmlRpc::XmlRpcErrorHandler | |
static XmlRpcErrorHandler * | _errorHandler = &defaultErrorHandler |
Definition at line 53 of file XmlRpcUtil.cc.
|
inlinevirtual |
Report an error. Custom error handlers should define this method.
Implements XmlRpc::XmlRpcErrorHandler.
Definition at line 56 of file XmlRpcUtil.cc.