Home
last modified time | relevance | path

Searched refs:throwable (Results 1 – 2 of 2) sorted by relevance

/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
DSimpleWikiHelper.java95 public ApiException(String detailMessage, Throwable throwable) { in ApiException() argument
96 super(detailMessage, throwable); in ApiException()
109 public ParseException(String detailMessage, Throwable throwable) { in ParseException() argument
110 super(detailMessage, throwable); in ParseException()
/development/samples/Wiktionary/src/com/example/android/wiktionary/
DSimpleWikiHelper.java88 public ApiException(String detailMessage, Throwable throwable) { in ApiException() argument
89 super(detailMessage, throwable); in ApiException()
102 public ParseException(String detailMessage, Throwable throwable) { in ParseException() argument
103 super(detailMessage, throwable); in ParseException()