Home
last modified time | relevance | path

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

/external/dexmaker/src/dx/java/com/android/dx/util/
DExceptionWithContext.java25 public class ExceptionWithContext class
58 public ExceptionWithContext(String message) { in ExceptionWithContext() method in ExceptionWithContext
67 public ExceptionWithContext(Throwable cause) { in ExceptionWithContext() method in ExceptionWithContext
77 public ExceptionWithContext(String message, Throwable cause) { in ExceptionWithContext() method in ExceptionWithContext
/external/smali/util/src/main/java/org/jf/util/
DExceptionWithContext.java33 public class ExceptionWithContext class
66 public ExceptionWithContext(String message, Object... formatArgs) { in ExceptionWithContext() method in ExceptionWithContext
75 public ExceptionWithContext(Throwable cause) { in ExceptionWithContext() method in ExceptionWithContext
85 public ExceptionWithContext(Throwable cause, String message, Object... formatArgs) { in ExceptionWithContext() method in ExceptionWithContext