HomeSort by relevance Sort by last modified time
    Searched refs:ParseException (Results 76 - 100 of 354) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationInfo.java 27 import java.text.ParseException;
143 * @throws ParseException which signals that an error has been reached
147 public void setCNonce(String cNonce) throws ParseException {
155 * @throws ParseException which signals that an error has been reached
159 public void setNextNonce(String nextNonce) throws ParseException {
167 * @throws ParseException which signals that an error has been reached
171 public void setNonceCount(int nonceCount) throws ParseException {
173 throw new ParseException("bad value", 0);
185 * @throws ParseException which signals that an error has been reached
189 public void setQop(String qop) throws ParseException {
    [all...]
InReplyTo.java 32 import java.text.ParseException;
72 * @throws ParseException which signals that an error has been reached
75 public void setCallId(String callId) throws ParseException {
79 throw new ParseException(e.getMessage(), 0);
Priority.java 32 import java.text.ParseException;
95 public void setPriority(String p) throws ParseException {
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PAccessNetworkInfo.java 31 import java.text.ParseException;
98 * @throws ParseException -- if bad argument passed in.
100 public void setCGI3GPP(String cgi) throws ParseException {
124 * @throws ParseException
126 public void setUtranCellID3GPP(String utranCellID) throws ParseException {
149 * @throws ParseException
151 public void setDSLLocation(String dslLocation) throws ParseException {
174 * @throws ParseException -- if arg is bad.
176 public void setCI3GPP2(String ci3Gpp2) throws ParseException {
203 * ParseException" in setParameter(String, Object
    [all...]
PPreferredIdentity.java 32 import java.text.ParseException;
88 public void setValue(String value) throws ParseException {
89 throw new ParseException (value,0);
ServiceRoute.java 31 import java.text.ParseException;
85 public void setValue(String value) throws ParseException {
86 throw new ParseException (value,0);
  /external/apache-http/src/org/apache/http/message/
BufferedHeader.java 36 import org.apache.http.ParseException;
79 * @throws ParseException in case of a parse error
82 throws ParseException {
91 throw new ParseException
96 throw new ParseException
113 public HeaderElement[] getElements() throws ParseException {
  /external/nist-sip/java/gov/nist/javax/sip/parser/
StatusLineParser.java 28 import java.text.ParseException;
50 protected int statusCode() throws ParseException {
58 throw new ParseException(
68 protected String reasonPhrase() throws ParseException {
72 public StatusLine parse() throws ParseException {
94 public static void main(String[] args) throws ParseException {
105 } catch (ParseException ex) {
AddressParametersParser.java 30 import java.text.ParseException;
51 throws ParseException {
69 } catch (ParseException ex) {
ContentDispositionParser.java 30 import java.text.ParseException;
65 public SIPHeader parse() throws ParseException {
88 } catch (ParseException ex) {
EventParser.java 30 import java.text.ParseException;
65 public SIPHeader parse() throws ParseException {
87 } catch (ParseException ex) {
ParametersParser.java 30 import java.text.ParseException;
52 throws ParseException {
68 throws ParseException{
PriorityParser.java 30 import java.text.ParseException;
67 public SIPHeader parse() throws ParseException {
98 public static void main(String args[]) throws ParseException {
ReferToParser.java 28 import java.text.ParseException;
54 public SIPHeader parse() throws ParseException {
63 public static void main(String args[]) throws ParseException {
FromParser.java 30 import java.text.ParseException;
51 public SIPHeader parse() throws ParseException {
OrganizationParser.java 29 import java.text.ParseException;
63 public SIPHeader parse() throws ParseException {
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PChargingVectorParser.java 40 import java.text.ParseException;
65 public SIPHeader parse() throws ParseException {
85 } catch (ParseException ex) {
92 throw new ParseException("Missing a required Parameter : " + ParameterNamesIms.ICID_VALUE, 0);
100 protected void parseParameter(PChargingVector chargingVector) throws ParseException {
AddressHeaderParser.java 37 import java.text.ParseException;
57 throws ParseException {
65 } catch (ParseException ex) {
  /external/nist-sip/java/javax/sip/address/
SipURI.java 3 import java.text.ParseException;
17 void setHost(String host) throws ParseException;
24 void setMAddrParam(String mAddrParam) throws ParseException;
33 void setTransportParam(String transportParam) throws ParseException;
51 void setMethodParam(String methodParam) throws ParseException;
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
TestSummaryXmlTest.java 19 import com.android.tradefed.util.xml.AbstractXmlParser.ParseException;
50 public void testParse() throws ParseException {
66 fail("ParseException not thrown");
67 } catch (ParseException e) {
  /external/nist-sip/java/gov/nist/javax/sip/header/extensions/
MinSE.java 9 import java.text.ParseException;
59 public void setValue(String value) throws ParseException {
61 throw new ParseException(value,0);
ReferredBy.java 8 import java.text.ParseException;
42 public void setValue(String value) throws ParseException {
44 throw new ParseException(value,0);
SessionExpires.java 10 import java.text.ParseException;
74 public void setValue(String value) throws ParseException {
76 throw new ParseException(value,0);
  /external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
ReferredByParser.java 4 import java.text.ParseException;
31 public SIPHeader parse() throws ParseException {
40 public static void main(String args[]) throws ParseException {
  /external/nist-sip/java/javax/sip/message/
Response.java 3 import java.text.ParseException;
61 void setStatusCode(int statusCode) throws ParseException;
64 void setReasonPhrase(String reasonPhrase) throws ParseException;

Completed in 328 milliseconds

1 2 34 5 6 7 8 91011>>