Home
last modified time | relevance | path

Searched refs:sl4aException (Results 1 – 1 of 1) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
DJsonRpcResult.java79 public static JSONObject error(Object id, Sl4aException sl4aException) throws JSONException { in error() argument
87 error.put("code", sl4aException.getErrorCode()); in error()
88 error.put("message", sl4aException.getErrorMessage()); in error()
117 public static JSONObject error(Object id, Sl4aException sl4aException, Object details) in error() argument
119 JSONObject returnValue = error(id, sl4aException); in error()