Home
last modified time | relevance | path

Searched defs:cause (Results 1 – 5 of 5) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/code/
DSimException.java30 public SimException(Throwable cause) { in SimException()
34 public SimException(String message, Throwable cause) { in SimException()
/dalvik/dx/src/com/android/dx/cf/iface/
DParseException.java30 public ParseException(Throwable cause) { in ParseException()
34 public ParseException(String message, Throwable cause) { in ParseException()
/dalvik/dx/src/com/android/dx/util/
DMutabilityException.java30 public MutabilityException(Throwable cause) { in MutabilityException()
34 public MutabilityException(String message, Throwable cause) { in MutabilityException()
/dalvik/dexgen/src/com/android/dexgen/util/
DMutabilityException.java28 public MutabilityException(Throwable cause) { in MutabilityException()
32 public MutabilityException(String message, Throwable cause) { in MutabilityException()
DExceptionWithContext.java67 public ExceptionWithContext(Throwable cause) { in ExceptionWithContext()
77 public ExceptionWithContext(String message, Throwable cause) { in ExceptionWithContext()