Searched refs:ParseException (Results 101 - 125 of 341) sorted by relevance

1234567891011>>

/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DSubjectParser.java29 import java.text.ParseException;
64 public SIPHeader parse() throws ParseException {
86 public static void main(String args[]) throws ParseException {
H A DToParser.java27 import java.text.ParseException;
55 public SIPHeader parse() throws ParseException {
66 public static void main(String args[]) throws ParseException {
H A DStringMsgParser.java46 import java.text.ParseException;
124 * @exception ParseException
129 public SIPMessage parseSIPMessage(byte[] msgBuffer) throws ParseException {
169 throw new ParseException("Bad message encoding!", 0);
188 throw new ParseException("Bad header continuation.", 0);
210 if (message == null) throw new ParseException("Bad message", 0);
235 * @exception ParseException
240 public SIPMessage parseSIPMessage(String msgString) throws ParseException {
299 throw new ParseException("Bad header continuation.", 0);
331 throw new ParseException("Extraneou
[all...]
/external/nist-sip/java/javax/sip/
H A DListeningPoint.java4 import java.text.ParseException;
20 void setSentBy(String sentBy) throws ParseException;
/external/nist-sip/java/javax/sip/message/
H A DRequest.java3 import java.text.ParseException;
24 void setMethod(String method) throws ParseException;
/external/nist-sip/java/gov/nist/core/
H A DHostNameParser.java40 import java.text.ParseException;
85 protected void consumeDomainLabel() throws ParseException {
96 protected String ipv6Reference() throws ParseException {
162 throw new ParseException(
171 public Host host() throws ParseException {
200 throw new ParseException(
259 * @throws ParseException
261 public HostPort hostPort( boolean allowWS ) throws ParseException {
281 throw new ParseException(
306 throw new ParseException( lexe
[all...]
H A DStringTokenizer.java29 import java.text.ParseException;
130 public char lookAhead() throws ParseException {
134 public char lookAhead(int k) throws ParseException {
144 public char getNextChar() throws ParseException {
146 throw new ParseException(
174 public String getNextToken(char delim) throws ParseException {
181 throw new ParseException("EOL reached", 0);
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
H A DPChargingFunctionAddresses.java34 import java.text.ParseException;
107 * @throws ParseException
109 public void setChargingCollectionFunctionAddress(String ccfAddress) throws ParseException {
125 * @throws ParseException
127 public void addChargingCollectionFunctionAddress(String ccfAddress) throws ParseException {
142 * @throws ParseException if the address was not removed
144 public void removeChargingCollectionFunctionAddress(String ccfAddress) throws ParseException {
153 throw new ParseException("CCF Address Not Removed",0);
190 * @throws ParseException
192 public void setEventChargingFunctionAddress(String ecfAddress) throws ParseException {
[all...]
H A DPrivacy.java35 import java.text.ParseException;
107 public void setPrivacy(String privacy) throws ParseException
122 public void setValue(String value) throws ParseException {
123 throw new ParseException(value,0);
H A DSecurityServerHeader.java32 import java.text.ParseException;
H A DPChargingVector.java32 import java.text.ParseException;
113 * @throws ParseException
115 public void setICID(String icid) throws ParseException {
146 * @throws ParseException
148 public void setICIDGeneratedAt(String host) throws ParseException {
179 * @throws ParseException
181 public void setOriginatingIOI(String origIOI) throws ParseException {
210 * @throws ParseException
212 public void setTerminatingIOI(String termIOI) throws ParseException {
221 public void setValue(String value) throws ParseException {
[all...]
H A DPServedUser.java27 import java.text.ParseException;
74 } catch (ParseException e) {
104 } catch (ParseException e) {
143 public void setValue(String value) throws ParseException {
144 throw new ParseException(value,0);
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DAuthenticationHeader.java32 import java.text.ParseException;
105 public void setParameter(String name, String value) throws ParseException {
131 throw new ParseException(value
192 * @throws ParseException
196 public void setRealm(String realm) throws ParseException {
222 * @throws ParseException
227 public void setNonce(String nonce) throws ParseException {
288 * @throws ParseException
293 public void setAlgorithm(String algorithm) throws ParseException {
316 * @throws ParseException
[all...]
H A DHeaderFactoryExt.java3 import java.text.ParseException;
46 * @throws ParseException
48 public SipRequestLine createRequestLine(String requestLine) throws ParseException;
54 public SipStatusLine createStatusLine(String statusLine) throws ParseException;
79 String fromTag) throws ParseException;
94 * @throws ParseException
98 throws NullPointerException, ParseException;
108 * @throws ParseException
119 * @throws ParseException
137 * @throws ParseException
[all...]
H A DHeaderFactoryImpl.java36 import java.text.ParseException;
83 * @throws ParseException which signals that an error has been reached
88 throws ParseException {
102 * @throws ParseException which signals that an error has been reached
109 throws ParseException {
155 * @throws ParseException which signals that an error has been reached
161 throws ParseException {
173 * @throws ParseException which signals that an error has been reached
177 public AllowHeader createAllowHeader(String method) throws ParseException {
191 * @throws ParseException whic
[all...]
/external/proguard/src/proguard/gradle/
H A DProGuardTask.java66 protected FileCollection getInJarFiles() throws ParseException
72 protected FileCollection getOutJarFiles() throws ParseException
78 protected FileCollection getLibraryJarFiles() throws ParseException
84 protected FileCollection getConfigurationFiles() throws ParseException
93 throws ParseException, IOException
100 throws ParseException
106 throws ParseException
114 throws ParseException
120 throws ParseException
129 throws ParseException
[all...]
/external/guava/guava/src/com/google/common/net/
H A DHostSpecifier.java23 import java.text.ParseException;
116 * @throws ParseException if the specifier is not valid.
119 throws ParseException {
127 ParseException parseException =
128 new ParseException("Invalid host specifier: " + specifier, 0);
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/
H A DReferences.java5 import java.text.ParseException;
42 public void setRel(String rel) throws ParseException{
64 public void setParameter(String name, String value) throws ParseException {
83 public void setValue(String value) throws ParseException {
/external/apache-http/src/org/apache/http/message/
H A DBasicTokenIterator.java37 import org.apache.http.ParseException;
112 * @throws ParseException if an invalid header value is encountered
115 throws NoSuchElementException, ParseException {
122 // updates currentToken, may trigger ParseException:
136 * @throws ParseException if an invalid header value is encountered
139 throws NoSuchElementException, ParseException {
171 * @throws ParseException if an invalid header value is encountered
174 throws ParseException {
255 throw new ParseException
286 * @throws ParseException
[all...]
H A DBasicLineParser.java36 import org.apache.http.ParseException;
115 throws ParseException {
135 throws ParseException {
156 throw new ParseException
170 throw new ParseException
179 throw new ParseException
187 throw new ParseException
201 throw new ParseException(
280 throws ParseException {
304 * @throws ParseException i
[all...]
H A DBasicHeader.java36 import org.apache.http.ParseException;
133 * @throws ParseException in case of a parse error
135 public HeaderElement[] getElements() throws ParseException {
/external/guava/guava-tests/test/com/google/common/net/
H A DHostSpecifierTest.java25 import java.text.ParseException;
51 public void testGoodIpAddresses() throws ParseException {
63 public void testGoodDomains() throws ParseException {
97 private void assertGood(String spec) throws ParseException {
113 fail("Should have thrown ParseException: " + spec);
114 } catch (ParseException expected) {
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/
H A DPChargingFunctionAddressesParser.java39 import java.text.ParseException;
86 public SIPHeader parse() throws ParseException {
107 } catch (ParseException ex) {
120 protected void parseParameter(PChargingFunctionAddresses chargingFunctionAddresses) throws ParseException {
147 public static void main(String args[]) throws ParseException {
H A DPVisitedNetworkIDParser.java40 import java.text.ParseException;
79 public SIPHeader parse() throws ParseException {
121 protected void parseQuotedString(PVisitedNetworkID visitedNetworkID) throws ParseException {
140 throw new ParseException("unexpected EOL", 1);
162 protected void parseToken(PVisitedNetworkID visitedNetworkID) throws ParseException
/external/jsilver/src/com/google/streamhtmlparser/impl/
H A DGenericParser.java22 import com.google.streamhtmlparser.ParseException;
78 * @throws ParseException if an unrecoverable error occurred during parsing
81 public void parse(String input) throws ParseException {
104 * @throws ParseException if an unrecoverable error occurred during parsing
107 public void parse(char input) throws ParseException {
118 throw new ParseException(this, errorMsg);
196 protected void setNextState(InternalState nextState) throws ParseException {
223 * @throws ParseException if an unrecoverable error occurred during parsing
227 char input) throws ParseException {
240 * @throws ParseException i
[all...]

Completed in 226 milliseconds

1234567891011>>