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

/development/samples/Wiktionary/src/com/example/android/wiktionary/
H A DSimpleWikiHelper.java87 public static class ApiException extends Exception { class in class:SimpleWikiHelper
88 public ApiException(String detailMessage, Throwable throwable) { method in class:SimpleWikiHelper.ApiException
92 public ApiException(String detailMessage) { method in class:SimpleWikiHelper.ApiException
134 * @throws ApiException If any connection or server error occurs.
138 throws ApiException, ParseException {
167 * @throws ApiException If any connection or server error occurs.
169 protected static synchronized String getUrlContent(String url) throws ApiException {
171 throw new ApiException("User-Agent string must be prepared");
185 throw new ApiException("Invalid response from server: " +
204 throw new ApiException("Proble
[all...]
/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
H A DSimpleWikiHelper.java94 public static class ApiException extends Exception { class in class:SimpleWikiHelper
95 public ApiException(String detailMessage, Throwable throwable) { method in class:SimpleWikiHelper.ApiException
99 public ApiException(String detailMessage) { method in class:SimpleWikiHelper.ApiException
141 * @throws ApiException If any connection or server error occurs.
145 throws ApiException, ParseException {
174 * @throws ApiException If any connection or server error occurs.
176 protected static synchronized String getUrlContent(String url) throws ApiException {
178 throw new ApiException("User-Agent string must be prepared");
192 throw new ApiException("Invalid response from server: " +
211 throw new ApiException("Proble
[all...]

Completed in 174 milliseconds