Searched defs:throwable (Results 1 – 4 of 4) sorted by relevance
28 public InflateException(String detailMessage, Throwable throwable) { in InflateException()36 public InflateException(Throwable throwable) { in InflateException()
33 public ThrowableData(Throwable throwable) { in ThrowableData()
81 public CrashData(String tag, Throwable throwable) { in CrashData()
51 private Throwable throwable; field in InvocationEvent