Home
last modified time | relevance | path

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

/development/samples/Wiktionary/src/com/example/android/wiktionary/
DSimpleWikiHelper.java87 public static class ApiException extends Exception { class in SimpleWikiHelper
88 public ApiException(String detailMessage, Throwable throwable) { in ApiException() method in SimpleWikiHelper.ApiException
92 public ApiException(String detailMessage) { in ApiException() method in SimpleWikiHelper.ApiException
/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
DSimpleWikiHelper.java94 public static class ApiException extends Exception { class in SimpleWikiHelper
95 public ApiException(String detailMessage, Throwable throwable) { in ApiException() method in SimpleWikiHelper.ApiException
99 public ApiException(String detailMessage) { in ApiException() method in SimpleWikiHelper.ApiException