Searched defs:throwable (Results 1 – 5 of 5) sorted by relevance
31 public UiObjectNotFoundException(String detailMessage, Throwable throwable) { in UiObjectNotFoundException()35 public UiObjectNotFoundException(Throwable throwable) { in UiObjectNotFoundException()
28 public InflateException(String detailMessage, Throwable throwable) { in InflateException()36 public InflateException(Throwable throwable) { in InflateException()
37 public boolean setException(Throwable throwable) { in setException()
33 public NativeDaemonConnectorException(String detailMessage, Throwable throwable) { in NativeDaemonConnectorException()
1796 Throwable throwable = new Throwable( in checkThread() local