Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dex/util/
DExceptionWithContext.java25 public class ExceptionWithContext extends RuntimeException { class
57 public ExceptionWithContext(String message) { in ExceptionWithContext() method in ExceptionWithContext
66 public ExceptionWithContext(Throwable cause) { in ExceptionWithContext() method in ExceptionWithContext
76 public ExceptionWithContext(String message, Throwable cause) { in ExceptionWithContext() method in ExceptionWithContext
/dalvik/dexgen/src/com/android/dexgen/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