OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XmlRpcException
(Results
1 - 4
of
4
) sorted by null
/external/xmlrpcpp/src/
XmlRpcException.h
21
class
XmlRpcException
{
26
XmlRpcException
(const std::string& message, int code=-1) :
XmlRpcServer.cpp
7
#include "
XmlRpcException
.h"
230
throw
XmlRpcException
(METHOD_HELP + ": Invalid argument type");
234
throw
XmlRpcException
(METHOD_HELP + ": Unknown method name");
XmlRpcValue.cpp
3
#include "
XmlRpcException
.h"
85
throw
XmlRpcException
("type error");
91
throw
XmlRpcException
("type error: expected an array");
93
throw
XmlRpcException
("range error: array index too large");
106
throw
XmlRpcException
("type error: expected an array");
115
throw
XmlRpcException
("type error: expected a struct");
204
throw
XmlRpcException
("type error");
XmlRpcServerConnection.cpp
222
} catch (const
XmlRpcException
& fault) {
280
throw
XmlRpcException
(SYSTEM_MULTICALL + ": Invalid argument (expected an array)");
310
} catch (const
XmlRpcException
& fault) {
Completed in 299 milliseconds