Home
last modified time | relevance | path

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

/external/sl4a/Utils/src/com/googlecode/android_scripting/exception/
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
/external/sl4a/Common/src/com/googlecode/android_scripting/
DSl4aException.java25 public class Sl4aException extends Exception { class
30 Sl4aException(int errorCode, String errorMessage) { in Sl4aException() method in Sl4aException