Searched refs:ParseException (Results 1 – 10 of 10) sorted by relevance
/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/ |
D | SimpleWikiHelper.java | 108 public static class ParseException extends Exception { class in SimpleWikiHelper 109 public ParseException(String detailMessage, Throwable throwable) { in ParseException() method in SimpleWikiHelper.ParseException 145 throws ApiException, ParseException { in getPageContent() 163 throw new ParseException("Problem parsing API response", e); in getPageContent()
|
D | WordWidget.java | 20 import com.example.android.simplewiktionary.SimpleWikiHelper.ParseException; 88 } catch (ParseException e) { in buildUpdate()
|
/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
D | SimpleWikiHelper.java | 101 public static class ParseException extends Exception { class in SimpleWikiHelper 102 public ParseException(String detailMessage, Throwable throwable) { in ParseException() method in SimpleWikiHelper.ParseException 138 throws ApiException, ParseException { in getPageContent() 156 throw new ParseException("Problem parsing API response", e); in getPageContent()
|
D | WordWidget.java | 20 import com.example.android.wiktionary.SimpleWikiHelper.ParseException; 98 } catch (ParseException e) { in buildUpdate()
|
D | ExtendedWikiHelper.java | 200 public static String getRandomWord() throws ApiException, ParseException { in getRandomWord() 221 throw new ParseException("Problem parsing API response", e); in getRandomWord()
|
D | LookupActivity.java | 20 import com.example.android.wiktionary.SimpleWikiHelper.ParseException; 297 } catch (ParseException e) { in doInBackground()
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/ |
D | SyncAdapter.java | 36 import org.apache.http.ParseException; 98 } catch (final ParseException e) { in onPerformSync()
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/ |
D | NetworkUtilities.java | 30 import org.apache.http.ParseException; 213 ParseException, IOException, AuthenticationException { in fetchFriendUpdates() 269 String authtoken) throws JSONException, ParseException, IOException, in fetchFriendStatuses()
|
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
D | RssService.java | 43 import java.text.ParseException; 216 } catch(ParseException ex) { in parseRssDocPubDate()
|
/development/samples/SipDemo/src/com/example/android/sip/ |
D | WalkieTalkieActivity.java | 36 import java.text.ParseException; 161 } catch (ParseException pe) { in initializeLocalProfile()
|