Main Page   Class Hierarchy   Compound List   File List   Compound Members  

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 Thu Mar 6 11:32:58 2003 for XmlRpc++ by doxygen1.3-rc3