Home
last modified time | relevance | path

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

/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