Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

XmlRpc::XmlRpcErrorHandler Class Reference

An interface allowing custom handling of error message reporting. More...

#include <XmlRpc.h>

Inheritance diagram for XmlRpc::XmlRpcErrorHandler:

DefaultErrorHandler List of all members.

Public Member Functions

virtual void error (const char *msg)=0
 Report an error. Custom error handlers should define this method.

Static Public Member Functions

XmlRpcErrorHandlergetErrorHandler ()
 Returns a pointer to the currently installed error handling object.
void setErrorHandler (XmlRpcErrorHandler *eh)
 Specifies the error handler.

Static Protected Attributes

XmlRpcErrorHandler_errorHandler = &defaultErrorHandler

Detailed Description

An interface allowing custom handling of error message reporting.


Member Function Documentation

virtual void XmlRpc::XmlRpcErrorHandler::error const char *  msg  )  [pure virtual]
 

Report an error. Custom error handlers should define this method.

Implemented in DefaultErrorHandler.

XmlRpcErrorHandler* XmlRpc::XmlRpcErrorHandler::getErrorHandler  )  [inline, static]
 

Returns a pointer to the currently installed error handling object.

00043     { return _errorHandler; }

void XmlRpc::XmlRpcErrorHandler::setErrorHandler XmlRpcErrorHandler eh  )  [inline, static]
 

Specifies the error handler.

00047     { _errorHandler = eh; }


Member Data Documentation

XmlRpcErrorHandler * XmlRpcErrorHandler::_errorHandler = &defaultErrorHandler [static, protected]
 


The documentation for this class was generated from the following files:
Generated on Wed Feb 2 19:25:20 2011 for BOSS6.5.5 by  doxygen 1.3.9.1