Home
last modified time | relevance | path

Searched defs:Sl4aException (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sl4a/Utils/src/com/googlecode/android_scripting/exception/
H A DSl4aException.java20 public class Sl4aException extends Exception { class
22 public Sl4aException(Exception e) { in Sl4aException() method in Sl4aException
26 public Sl4aException(String message) { in Sl4aException() method in Sl4aException
30 public Sl4aException(String message, Exception e) { in Sl4aException() method in Sl4aException
/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/
H A DSl4aException.java25 public class Sl4aException extends Exception { class
30 Sl4aException(int errorCode, String errorMessage) { in Sl4aException() method in Sl4aException
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
Drpc_client.py32 class Sl4aException(error.ActsError): class