HomeSort by relevance Sort by last modified time
    Searched refs:ParseException (Results 276 - 300 of 594) sorted by null

<<11121314151617181920>>

  /external/nist-sip/java/gov/nist/javax/sip/header/
ContentType.java 32 import java.text.ParseException;
185 public void setContentType(String contentType) throws ParseException {
197 public void setContentSubType(String contentType) throws ParseException {
From.java 36 import java.text.ParseException;
148 public void setTag(String t) throws ParseException {
To.java 36 import java.text.ParseException;
173 public void setTag(String t) throws ParseException {
  /external/nist-sip/java/gov/nist/javax/sip/parser/
AddressParser.java 29 import java.text.ParseException;
49 protected AddressImpl nameAddr() throws ParseException {
92 public AddressImpl address( boolean inclParams ) throws ParseException {
  /frameworks/base/core/java/android/net/
WebAddress.java 37 * schemes. It will only throw a ParseException if the input is
69 public WebAddress(String address) throws ParseException {
97 throw new ParseException("Bad port");
113 throw new ParseException("Bad address");
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/
DateTime.java 23 import org.apache.james.mime4j.field.datetime.parser.ParseException;
119 public static DateTime parse(String dateString) throws ParseException {
124 throw new ParseException(err.getMessage());
  /libcore/luni/src/test/java/libcore/java/text/
OldDateFormatTest.java 21 import java.text.ParseException;
211 fail("should throw ParseException first");
212 } catch (ParseException pe) {
227 } catch(ParseException pe) {
228 fail("ParseException was thrown for current Date.");
233 fail("ParseException was not thrown.");
234 } catch(ParseException pe) {
239 fail("ParseException was not thrown.");
240 } catch(ParseException pe) {
245 fail("ParseException was not thrown.")
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
MemberListParser.java 21 import com.android.dx.cf.iface.ParseException;
226 } catch (ParseException ex) {
231 ParseException pe = new ParseException(ex);
AttributeFactory.java 21 import com.android.dx.cf.iface.ParseException;
98 } catch (ParseException ex) {
DirectClassFile.java 26 import com.android.dx.cf.iface.ParseException;
407 } catch (ParseException ex) {
411 ParseException pe = new ParseException(ex);
454 throw new ParseException("severely truncated class file");
472 throw new ParseException("bad class file magic (" +
520 throw new ParseException("class name (" + thisClassName +
554 throw new ParseException("extra bytes at end of class file, " +
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
SimpleWikiHelper.java 101 public static class ParseException extends Exception {
102 public ParseException(String detailMessage, Throwable throwable) {
135 * @throws ParseException If there are problems parsing the response.
138 throws ApiException, ParseException {
156 throw new ParseException("Problem parsing API response", e);
  /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
SimpleWikiHelper.java 108 public static class ParseException extends Exception {
109 public ParseException(String detailMessage, Throwable throwable) {
142 * @throws ParseException If there are problems parsing the response.
145 throws ApiException, ParseException {
163 throw new ParseException("Problem parsing API response", e);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
DerGeneralizedTimeEDTest.java 26 import java.text.ParseException;
50 * @throws ParseException
96 * @throws ParseException
100 throws ParseException,
109 * @throws ParseException
113 throws ParseException,
119 throws IOException, ParseException {
  /external/apache-http/src/org/apache/http/impl/io/
AbstractMessageParser.java 40 import org.apache.http.ParseException;
166 } catch (ParseException ex) {
174 throws IOException, HttpException, ParseException;
180 } catch (ParseException px) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERUTCTime.java 4 import java.text.ParseException;
96 catch (ParseException e)
126 * @exception ParseException if the date string cannot be parsed.
129 throws ParseException
141 * @exception ParseException if the date string cannot be parsed.
144 throws ParseException
  /external/emma/lib/internal/
stamptool.jar 
  /external/jsilver/src/com/google/streamhtmlparser/
HtmlParser.java 268 * @throws ParseException if an unrecoverable error occurred during parsing
270 public void insertText() throws ParseException;
  /external/nist-sip/java/gov/nist/javax/sip/message/
ContentImpl.java 3 import java.text.ParseException;
SIPResponse.java 52 import java.text.ParseException;
305 public void setStatusCode(int statusCode) throws ParseException {
311 throw new ParseException("bad status code", 0);
407 public void checkHeaders() throws ParseException {
409 throw new ParseException(CSeq.NAME+ " Is missing ", 0);
412 throw new ParseException(To.NAME+ " Is missing ", 0);
415 throw new ParseException(From.NAME+ " Is missing ", 0);
418 throw new ParseException(Via.NAME+ " Is missing ", 0);
421 throw new ParseException(CallID.NAME + " Is missing ", 0);
426 throw new ParseException("Unknown error code!" + getStatusCode(), 0)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageProcessor.java 36 import java.text.ParseException;
178 } catch (ParseException ex) {
236 public void setSentBy(String sentBy) throws ParseException {
250 throw new ParseException("Bad format encountered at ", ind);
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
TestResultsTest.java 18 import com.android.tradefed.util.xml.AbstractXmlParser.ParseException;
81 fail("ParseException not thrown");
82 } catch (ParseException e) {
  /external/apache-http/src/org/apache/http/impl/
DefaultConnectionReuseStrategy.java 40 import org.apache.http.ParseException;
163 } catch (ParseException px) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
Time.java 3 import java.text.ParseException;
149 catch (ParseException e)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
Time.java 3 import java.text.ParseException;
110 catch (ParseException e)
  /external/nist-sip/java/gov/nist/javax/sip/address/
TelURLImpl.java 30 import java.text.ParseException;
205 public void setPhoneContext(String phoneContext) throws ParseException {

Completed in 2860 milliseconds

<<11121314151617181920>>