Home
last modified time | relevance | path

Searched refs:ParseException (Results 1 – 10 of 10) 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/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/
DSyncAdapter.java36 import org.apache.http.ParseException;
98 } catch (final ParseException e) { in onPerformSync()
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
DNetworkUtilities.java30 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/
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()