Searched refs:ApiException (Results 1 – 6 of 6) sorted by relevance
94 public static class ApiException extends Exception { class in SimpleWikiHelper95 public ApiException(String detailMessage, Throwable throwable) { in ApiException() method in SimpleWikiHelper.ApiException99 public ApiException(String detailMessage) { in ApiException() method in SimpleWikiHelper.ApiException145 throws ApiException, ParseException { in getPageContent()176 protected static synchronized String getUrlContent(String url) throws ApiException { in getUrlContent()178 throw new ApiException("User-Agent string must be prepared"); in getUrlContent()192 throw new ApiException("Invalid response from server: " + in getUrlContent()211 throw new ApiException("Problem communicating with API", e); in getUrlContent()
19 import com.example.android.simplewiktionary.SimpleWikiHelper.ApiException;86 } catch (ApiException e) { in buildUpdate()
87 public static class ApiException extends Exception { class in SimpleWikiHelper88 public ApiException(String detailMessage, Throwable throwable) { in ApiException() method in SimpleWikiHelper.ApiException92 public ApiException(String detailMessage) { in ApiException() method in SimpleWikiHelper.ApiException138 throws ApiException, ParseException { in getPageContent()169 protected static synchronized String getUrlContent(String url) throws ApiException { in getUrlContent()171 throw new ApiException("User-Agent string must be prepared"); in getUrlContent()185 throw new ApiException("Invalid response from server: " + in getUrlContent()204 throw new ApiException("Problem communicating with API", e); in getUrlContent()
19 import com.example.android.wiktionary.SimpleWikiHelper.ApiException;96 } catch (ApiException e) { in buildUpdate()
19 import com.example.android.wiktionary.SimpleWikiHelper.ApiException;295 } catch (ApiException e) { in doInBackground()
200 public static String getRandomWord() throws ApiException, ParseException { in getRandomWord()