Searched refs:RpcError (Results 1 – 4 of 4) sorted by relevance
20 public class RpcError extends Exception { class22 public RpcError(String message) { in RpcError() method in RpcError
91 throw new RpcError("Too many parameters specified."); in invoke()101 throw new RpcError("Argument " + (i + 1) + " is not present"); in invoke()129 throw new RpcError("Argument " + (i + 1) + " is not present"); in invoke()155 throws JSONException, RpcError { in convertParameter()205 throw new RpcError("Argument " + (index + 1) + " should be of type " in convertParameter()
30 import com.googlecode.android_scripting.rpc.RpcError;93 send(writer, JsonRpcResult.error(id, new RpcError("Unknown RPC: " + method)), UID); in handleRPCConnection()
49 import com.googlecode.android_scripting.rpc.RpcError;228 return JsonRpcResult.error(id, new RpcError("Unknown RPC.")).toString(); in call()