BOSS 7.1.0
BESIII Offline Software System
|
#include <XmlRpcException.h>
Public Member Functions | |
XmlRpcException (const std::string &message, int code=-1) | |
const std::string & | getMessage () const |
Return the error message. | |
int | getCode () const |
Return the error code. | |
A class representing an error. If server methods throw this exception, a fault response is returned to the client.
Definition at line 21 of file XmlRpcException.h.
|
inline |
Constructor
message | A descriptive error message |
code | An integer error code |
Definition at line 26 of file XmlRpcException.h.
|
inline |
Return the error code.
Definition at line 33 of file XmlRpcException.h.
Referenced by XmlRpc::XmlRpcServerConnection::executeMulticall(), and XmlRpc::XmlRpcServerConnection::executeRequest().
|
inline |
Return the error message.
Definition at line 30 of file XmlRpcException.h.
Referenced by XmlRpc::XmlRpcServerConnection::executeMulticall(), and XmlRpc::XmlRpcServerConnection::executeRequest().