Searched refs:ParseException (Results 76 - 100 of 341) sorted by relevance

1234567891011>>

/external/nist-sip/java/gov/nist/javax/sip/header/
H A DAuthenticationInfo.java27 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...]
H A DInReplyTo.java32 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);
H A DPriority.java32 import java.text.ParseException;
95 public void setPriority(String p) throws ParseException {
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
H A DPAccessNetworkInfo.java31 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" i
[all...]
H A DPPreferredIdentity.java32 import java.text.ParseException;
88 public void setValue(String value) throws ParseException {
89 throw new ParseException (value,0);
H A DServiceRoute.java31 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/
H A DBufferedHeader.java36 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/
H A DStatusLineParser.java28 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) {
H A DAddressParametersParser.java30 import java.text.ParseException;
51 throws ParseException {
69 } catch (ParseException ex) {
H A DContentDispositionParser.java30 import java.text.ParseException;
65 public SIPHeader parse() throws ParseException {
88 } catch (ParseException ex) {
H A DEventParser.java30 import java.text.ParseException;
65 public SIPHeader parse() throws ParseException {
87 } catch (ParseException ex) {
H A DParametersParser.java30 import java.text.ParseException;
52 throws ParseException {
68 throws ParseException{
H A DPriorityParser.java30 import java.text.ParseException;
67 public SIPHeader parse() throws ParseException {
98 public static void main(String args[]) throws ParseException {
H A DReferToParser.java28 import java.text.ParseException;
54 public SIPHeader parse() throws ParseException {
63 public static void main(String args[]) throws ParseException {
H A DFromParser.java30 import java.text.ParseException;
51 public SIPHeader parse() throws ParseException {
H A DOrganizationParser.java29 import java.text.ParseException;
63 public SIPHeader parse() throws ParseException {
H A DReplyToParser.java28 import java.text.ParseException;
63 public SIPHeader parse() throws ParseException {
84 public static void main(String args[]) throws ParseException {
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/
H A DPChargingVectorParser.java40 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 {
H A DAddressHeaderParser.java37 import java.text.ParseException;
57 throws ParseException {
65 } catch (ParseException ex) {
/external/nist-sip/java/javax/sip/address/
H A DSipURI.java3 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;
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/
H A DMinSE.java9 import java.text.ParseException;
59 public void setValue(String value) throws ParseException {
61 throw new ParseException(value,0);
H A DReferredBy.java8 import java.text.ParseException;
42 public void setValue(String value) throws ParseException {
44 throw new ParseException(value,0);
H A DSessionExpires.java10 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/
H A DReferredByParser.java4 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/
H A DResponse.java3 import java.text.ParseException;
61 void setStatusCode(int statusCode) throws ParseException;
64 void setReasonPhrase(String reasonPhrase) throws ParseException;

Completed in 198 milliseconds

1234567891011>>