Searched refs:ParseException (Results 1 - 25 of 341) sorted by relevance

1234567891011>>

/external/proguard/src/proguard/
H A DParseException.java30 public class ParseException extends Exception { class in inherits:Exception
33 * Constructs a <code>ParseException</code> with <code>null</code>
36 public ParseException() { method in class:ParseException
41 * Constructs a <code>ParseException</code> with the specified detail
48 public ParseException(String s) { method in class:ParseException
/external/apache-http/src/org/apache/http/
H A DParseException.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/ParseException.java $
50 public class ParseException extends RuntimeException { class in inherits:RuntimeException
55 * Creates a {@link ParseException} without details.
57 public ParseException() { method in class:ParseException
62 * Creates a {@link ParseException} with a detail message.
66 public ParseException(String message) { method in class:ParseException
/external/jsilver/src/com/google/streamhtmlparser/
H A DParseException.java24 public class ParseException extends Exception { class in inherits:Exception
27 * Constructs an {@code ParseException} with no detail message.
29 public ParseException() {} method in class:ParseException
32 * Constructs an {@code ParseException} with a detail message obtained
37 public ParseException(Parser parser, String msg) { method in class:ParseException
/external/nist-sip/java/javax/sip/header/
H A DMediaType.java3 import java.text.ParseException;
7 void setContentSubType(String contentSubType) throws ParseException;
10 void setContentType(String contentType) throws ParseException;
H A DAuthenticationInfoHeader.java3 import java.text.ParseException;
9 void setCNonce(String cNonce) throws ParseException;
12 void setNextNonce(String nextNonce) throws ParseException;
15 void setNonceCount(int nonceCount) throws ParseException;
18 void setQop(String qop) throws ParseException;
21 void setResponse(String response) throws ParseException;
H A DEncoding.java3 import java.text.ParseException;
7 void setEncoding(String encoding) throws ParseException;
H A DExtensionHeader.java3 import java.text.ParseException;
7 void setValue(String value) throws ParseException;
H A DOptionTag.java3 import java.text.ParseException;
7 void setOptionTag(String optionTag) throws ParseException;
H A DAuthorizationHeader.java3 import java.text.ParseException;
10 void setAlgorithm(String algorithm) throws ParseException;
13 void setCNonce(String cNonce) throws ParseException;
16 void setNonce(String nonce) throws ParseException;
19 void setNonceCount(int nonceCount) throws ParseException;
22 void setOpaque(String opaque) throws ParseException;
25 void setQop(String qop) throws ParseException;
28 void setRealm(String realm) throws ParseException;
31 void setResponse(String response) throws ParseException;
43 void setUsername(String username) throws ParseException;
[all...]
H A DAllowEventsHeader.java3 import java.text.ParseException;
9 void setEventType(String eventType) throws ParseException;
H A DAllowHeader.java3 import java.text.ParseException;
9 void setMethod(String method) throws ParseException;
H A DCallIdHeader.java3 import java.text.ParseException;
9 void setCallId(String callId) throws ParseException;
H A DContentTypeHeader.java3 import java.text.ParseException;
10 throws ParseException;
H A DOrganizationHeader.java3 import java.text.ParseException;
9 void setOrganization(String organization) throws ParseException;
H A DSIPETagHeader.java3 import java.text.ParseException;
9 void setETag(String etag) throws ParseException;
H A DSubjectHeader.java3 import java.text.ParseException;
9 void setSubject(String subject) throws ParseException;
H A DContentDispositionHeader.java3 import java.text.ParseException;
14 void setDispositionType(String dispositionType) throws ParseException;
17 void setHandling(String handling) throws ParseException;
/external/nist-sip/java/javax/sip/address/
H A DAddressFactory.java3 import java.text.ParseException;
7 Address createAddress(String address) throws ParseException;
10 throws ParseException;
11 SipURI createSipURI(String uri) throws ParseException;
12 SipURI createSipURI(String user, String host) throws ParseException;
13 TelURL createTelURL(String uri) throws ParseException;
14 URI createURI(String uri) throws ParseException;
H A DTelURL.java3 import java.text.ParseException;
8 void setIsdnSubAddress(String isdnSubAddress) throws ParseException;
11 void setPhoneContext(String phoneContext) throws ParseException;
14 void setPhoneNumber(String phoneNumber) throws ParseException;
17 void setPostDial(String postDial) throws ParseException;
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/
H A DJoinHeader.java30 import java.text.ParseException;
157 * @throws ParseException which signals that an error has been reached
160 public void setToTag(String tag) throws ParseException;
161 public void setFromTag(String tag) throws ParseException;
193 * @throws ParseException which signals that an error has been reached
199 public void setCallId(String callId) throws ParseException;
H A DReplacesHeader.java19 import java.text.ParseException;
27 void setToTag(String tag) throws ParseException;
29 void setFromTag(String tag) throws ParseException;
31 void setCallId(String callId) throws ParseException;
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
H A DSecurityClient.java36 import java.text.ParseException;
66 public void setValue(String value) throws ParseException
68 throw new ParseException(value,0);
H A DSecurityServer.java37 import java.text.ParseException;
65 public void setValue(String value) throws ParseException
67 throw new ParseException(value,0);
H A DSecurityVerify.java37 import java.text.ParseException;
66 public void setValue(String value) throws ParseException
68 throw new ParseException(value,0);
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DParseExceptionListener.java31 import java.text.ParseException;
59 ParseException ex,
64 throws ParseException;

Completed in 2691 milliseconds

1234567891011>>