Home
last modified time | relevance | path

Searched refs:ParseException (Results 1 – 13 of 13) sorted by relevance

/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
DSimpleWikiHelper.java108 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()
DWordWidget.java20 import com.example.android.simplewiktionary.SimpleWikiHelper.ParseException;
88 } catch (ParseException e) { in buildUpdate()
/development/samples/Wiktionary/src/com/example/android/wiktionary/
DSimpleWikiHelper.java101 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()
DWordWidget.java20 import com.example.android.wiktionary.SimpleWikiHelper.ParseException;
98 } catch (ParseException e) { in buildUpdate()
DExtendedWikiHelper.java200 public static String getRandomWord() throws ApiException, ParseException { in getRandomWord()
221 throw new ParseException("Problem parsing API response", e); in getRandomWord()
DLookupActivity.java20 import com.example.android.wiktionary.SimpleWikiHelper.ParseException;
297 } catch (ParseException e) { in doInBackground()
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/net/
DFeedParser.java27 import java.text.ParseException;
59 throws XmlPullParserException, IOException, ParseException { in parse()
80 throws XmlPullParserException, IOException, ParseException { in readFeed()
127 throws XmlPullParserException, IOException, ParseException { in readEntry()
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/
DAddVoicemailActivity.java44 import java.text.ParseException;
118 } catch (ParseException e) { in storeVoicemail()
123 private Voicemail buildVoicemailObjectFromUiElements() throws ParseException { in buildVoicemailObjectFromUiElements()
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/
DSyncAdapter.java23 import org.apache.http.ParseException;
141 } catch (final ParseException e) { in onPerformSync()
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
DSyncAdapter.java45 import java.text.ParseException;
165 } catch (ParseException e) { in onPerformSync()
203 OperationApplicationException, ParseException { in updateLocalFeedData()
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
DRssService.java43 import java.text.ParseException;
216 } catch(ParseException ex) { in parseRssDocPubDate()
/development/samples/SipDemo/src/com/example/android/sip/
DWalkieTalkieActivity.java36 import java.text.ParseException;
161 } catch (ParseException pe) { in initializeLocalProfile()
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
DNetworkUtilities.java23 import org.apache.http.ParseException;
162 throws JSONException, ParseException, IOException, AuthenticationException { in syncContacts()