HomeSort by relevance Sort by last modified time
    Searched refs:ParseException (Results 26 - 50 of 1082) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
SecurityClient.java 36 import java.text.ParseException;
66 public void setValue(String value) throws ParseException
68 throw new ParseException(value,0);
SecurityServer.java 37 import java.text.ParseException;
65 public void setValue(String value) throws ParseException
67 throw new ParseException(value,0);
SecurityVerify.java 37 import java.text.ParseException;
66 public void setValue(String value) throws ParseException
68 throw new ParseException(value,0);
PChargingVectorHeader.java 34 import java.text.ParseException;
117 * @throws ParseException
119 public void setICID(String icid) throws ParseException;
130 * @throws ParseException -- if bad host value.
132 public void setICIDGeneratedAt(String host) throws ParseException;
144 * @throws ParseException
147 public void setOriginatingIOI(String origIOI) throws ParseException;
158 * @throws ParseException
160 public void setTerminatingIOI(String termIOI) throws ParseException;
PChargingFunctionAddressesHeader.java 37 import java.text.ParseException;
93 * @throws ParseException
95 public void setChargingCollectionFunctionAddress(String ccfAddress) throws ParseException;
100 * @throws ParseException
102 public void addChargingCollectionFunctionAddress(String ccfAddress) throws ParseException;
107 * @throws ParseException if the address was not removed
109 public void removeChargingCollectionFunctionAddress(String ccfAddress) throws ParseException;
120 * @throws ParseException
122 public void setEventChargingFunctionAddress(String ecfAddress)throws ParseException;
127 * @throws ParseException
    [all...]
SecurityAgreeHeader.java 32 import java.text.ParseException;
57 public void setSecurityMechanism(String secMech) throws ParseException;
62 * @throws ParseException
64 public void setEncryptionAlgorithm(String ealg) throws ParseException;
69 * @throws ParseException
71 public void setAlgorithm(String alg) throws ParseException;
76 * @throws ParseException
78 public void setProtocol(String prot) throws ParseException;
83 * @throws ParseException
85 public void setMode(String mod) throws ParseException;
    [all...]
WWWAuthenticateHeaderIms.java 32 import java.text.ParseException;
63 public void setIK(String ik) throws ParseException;
67 public void setCK(String ck) throws ParseException;
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ParseExceptionListener.java 31 import java.text.ParseException;
59 ParseException ex,
64 throws ParseException;
  /external/nist-sip/java/javax/sip/header/
ContentDispositionHeader.java 3 import java.text.ParseException;
14 void setDispositionType(String dispositionType) throws ParseException;
17 void setHandling(String handling) throws ParseException;
EventHeader.java 3 import java.text.ParseException;
9 void setEventId(String eventId) throws ParseException;
12 void setEventType(String eventType) throws ParseException;
ReasonHeader.java 3 import java.text.ParseException;
13 void setProtocol(String protocol) throws ParseException;
16 void setText(String text) throws ParseException;
ViaHeader.java 3 import java.text.ParseException;
10 void setBranch(String branch) throws ParseException;
13 void setHost(String host) throws ParseException;
16 void setMAddr(String mAddr) throws ParseException;
22 void setProtocol(String protocol) throws ParseException;
25 void setReceived(String received) throws ParseException;
31 void setTransport(String transport) throws ParseException;
HeaderFactory.java 3 import java.text.ParseException;
15 throws ParseException;
18 throws ParseException;
25 throws ParseException;
27 AllowHeader createAllowHeader(String method) throws ParseException;
30 throws ParseException;
33 throws ParseException;
35 CallIdHeader createCallIdHeader(String callId) throws ParseException;
44 String contentDispositionType) throws ParseException;
47 throws ParseException;
    [all...]
WarningHeader.java 3 import java.text.ParseException;
23 void setAgent(String agent) throws ParseException;
29 void setText(String text) throws ParseException;
  /external/testng/src/test/java/test/justin/
MonthTest.java 5 import java.text.ParseException;
21 public void july2005() throws ParseException {
25 public void weekendDay() throws ParseException {
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/4.11/
proguard-gradle-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/4.10/
proguard-gradle-4.10.jar 
  /external/apache-http/src/org/apache/http/message/
HeaderValueParser.java 37 import org.apache.http.ParseException;
94 * @throws ParseException in case of a parse error
98 ParserCursor cursor) throws ParseException;
111 * @throws ParseException in case of a parse error
115 ParserCursor cursor) throws ParseException;
197 * @throws ParseException in case of a parse error
201 ParserCursor cursor) throws ParseException;
216 ParserCursor cursor) throws ParseException;
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/5.1/
proguard-gradle-5.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/5.2.1/
proguard-gradle-5.2.1.jar 
  /prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-gradle/5.1/
proguard-gradle-5.1.jar 
  /prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-gradle/5.2.1/
proguard-gradle-5.2.1.jar 
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
ParseExceptionTest.java 20 import java.text.ParseException;
26 * @tests java.text.ParseException#ParseException(java.lang.String, int)
32 fail("ParseException not created/thrown.");
33 } catch (ParseException e) {
39 * @tests java.text.ParseException#getErrorOffset()
45 } catch (ParseException e) {
  /external/apache-http/src/org/apache/http/
Header.java 67 HeaderElement[] getElements() throws ParseException;
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPETag.java 30 import java.text.ParseException;
57 public SIPETag( String tag ) throws ParseException {
83 public void setETag(String etag) throws ParseException {
97 public void setValue(String value) throws ParseException {

Completed in 1543 milliseconds

12 3 4 5 6 7 8 91011>>