Searched refs:ParseException (Results 226 - 250 of 341) sorted by relevance

1234567891011>>

/external/nist-sip/java/gov/nist/javax/sip/parser/ims/
H A DPServedUserParser.java29 import java.text.ParseException;
52 public SIPHeader parse() throws ParseException {
H A DPathParser.java39 import java.text.ParseException;
67 * @throws ParseException if errors occur during the parsing
70 public SIPHeader parse() throws ParseException {
H A DServiceRouteParser.java32 import java.text.ParseException;
68 * @throws ParseException if errors occur during the parsing
71 public SIPHeader parse() throws ParseException {
H A DPAssertedServiceParser.java27 import java.text.ParseException;
56 public SIPHeader parse() throws ParseException {
/external/smack/src/org/jivesoftware/smackx/provider/
H A DDelayInformationProvider.java23 import java.text.ParseException;
48 catch (ParseException parseExc) {
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/
H A DTranscriptsProvider.java28 import java.text.ParseException;
87 } catch (ParseException e) {}
92 } catch (ParseException e) {}
124 } catch (ParseException e) {}
129 } catch (ParseException e) {}
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DVia.java40 import java.text.ParseException;
278 * @throws ParseException which signals that an error has been reached
281 public void setHost(String host) throws ParseException {
377 * @throws ParseException which signals that an error has been reached
380 public void setTransport(String transport) throws ParseException {
406 * @throws ParseException which signals that an error has been reached
409 public void setProtocol(String protocol) throws ParseException {
463 * @throws ParseException which signals that an error has been reached
466 public void setMAddr(String mAddr) throws ParseException {
493 * @throws ParseException whic
[all...]
H A DContentType.java32 import java.text.ParseException;
185 public void setContentType(String contentType) throws ParseException {
197 public void setContentSubType(String contentType) throws ParseException {
H A DFrom.java36 import java.text.ParseException;
148 public void setTag(String t) throws ParseException {
H A DTo.java36 import java.text.ParseException;
173 public void setTag(String t) throws ParseException {
/external/chromium_org/native_client_sdk/src/build_tools/tests/
H A Dverify_filelist_test.py71 self.assertRaises(verify_filelist.ParseException, Verify,
98 self.assertRaises(verify_filelist.ParseException, Verify,
106 self.assertRaises(verify_filelist.ParseException, Verify,
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DAddressParser.java29 import java.text.ParseException;
49 protected AddressImpl nameAddr() throws ParseException {
92 public AddressImpl address( boolean inclParams ) throws ParseException {
H A DRetryAfterParser.java30 import java.text.ParseException;
67 public SIPHeader parse() throws ParseException {
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
H A DDerGeneralizedTimeEDTest.java26 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/
H A DAbstractMessageParser.java40 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/
H A DDERUTCTime.java4 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/
H A Dstamptool.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/util/ com/vladium/util/version/ ...
/external/jsilver/src/com/google/streamhtmlparser/
H A DHtmlParser.java268 * @throws ParseException if an unrecoverable error occurred during parsing
270 public void insertText() throws ParseException;
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DContentImpl.java3 import java.text.ParseException;
H A DSIPResponse.java52 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("Unknow
[all...]
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DMessageProcessor.java36 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);
/external/apache-http/src/org/apache/http/impl/
H A DDefaultConnectionReuseStrategy.java40 import org.apache.http.ParseException;
163 } catch (ParseException px) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DTime.java3 import java.text.ParseException;
149 catch (ParseException e)
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DTime.java3 import java.text.ParseException;
110 catch (ParseException e)
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DTelURLImpl.java30 import java.text.ParseException;
205 public void setPhoneContext(String phoneContext) throws ParseException {

Completed in 467 milliseconds

1234567891011>>