Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/
DSl4aErrors.java54 private final Sl4aException mSl4aException; field in Sl4aErrors
57 mSl4aException = new Sl4aException(errorCode, errorMessage); in Sl4aErrors()
64 return mSl4aException; in getError()
74 return JsonRpcResult.error(id, mSl4aException); in toJson()
85 return JsonRpcResult.error(id, mSl4aException, details); in toJson()