OverSim
|
An interface allowing custom handling of error message reporting. More...
#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 |
An interface allowing custom handling of error message reporting.
|
inlinevirtual |
|
pure virtual |
Report an error. Custom error handlers should define this method.
Implemented in DefaultErrorHandler.
Referenced by XmlRpc::XmlRpcUtil::error().
|
inlinestatic |
Returns a pointer to the currently installed error handling object.
Definition at line 52 of file XmlRpc.h.
Referenced by XmlRpc::XmlRpcUtil::error().
|
inlinestatic |
|
staticprotected |
Definition at line 63 of file XmlRpc.h.
Referenced by getErrorHandler(), and setErrorHandler().