#include <XmlRpcException.h>
If server methods throw this exception, a fault response is returned to the client.
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. | |
Private Attributes | |
std::string | _message |
int | _code |
XmlRpc::XmlRpcException::XmlRpcException | ( | const std::string & | message, | |
int | code = -1 | |||
) | [inline] |
const std::string& XmlRpc::XmlRpcException::getMessage | ( | ) | const [inline] |
int XmlRpc::XmlRpcException::getCode | ( | ) | const [inline] |
std::string XmlRpc::XmlRpcException::_message [private] |
int XmlRpc::XmlRpcException::_code [private] |