Public Member Functions | |
virtual void | error (const char *msg) |
Report an error. Custom error handlers should define this method. More... | |
FakeErrorHandler () | |
Public Member Functions inherited from XmlRpc::XmlRpcErrorHandler | |
virtual | ~XmlRpcErrorHandler () |
Public Attributes | |
std::string | last_msg |
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 XMLRPCPP_DECL XmlRpcErrorHandler * | _errorHandler = &defaultErrorHandler |
Definition at line 96 of file test_util.cpp.
|
inline |
Definition at line 98 of file test_util.cpp.
|
inlinevirtual |
Report an error. Custom error handlers should define this method.
Implements XmlRpc::XmlRpcErrorHandler.
Definition at line 100 of file test_util.cpp.
std::string FakeErrorHandler::last_msg |
Definition at line 104 of file test_util.cpp.