XmlRpc::XmlRpcException Class Reference

A class representing an error. More...

#include <XmlRpcException.h>

List of all members.

Public Member Functions

 XmlRpcException (const std::string &message, int code=-1)
 Constructor.
const std::string & getMessage () const
 Return the error message.
int getCode () const
 Return the error code.


Detailed Description

A class representing an error.

If server methods throw this exception, a fault response is returned to the client.


Constructor & Destructor Documentation

XmlRpc::XmlRpcException::XmlRpcException ( const std::string &  message,
int  code = -1 
) [inline]

Constructor.

Parameters:
message A descriptive error message
code An integer error code


The documentation for this class was generated from the following file:

Generated on Sat Oct 18 22:40:05 2008 for XmlRpc++ by  doxygen 1.5.5