Searched refs:ParseException (Results 176 - 200 of 341) sorted by relevance

1234567891011>>

/external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
H A DJoinParser.java7 import java.text.ParseException;
40 * @throws ParseException if the message does not respect the spec.
42 public SIPHeader parse() throws ParseException {
61 public static void main(String args[]) throws ParseException {
H A DMinSEParser.java7 import java.text.ParseException;
40 public SIPHeader parse() throws ParseException {
67 public static void main(String args[]) throws ParseException {
H A DReplacesParser.java7 import java.text.ParseException;
42 * @throws ParseException if the message does not respect the spec.
44 public SIPHeader parse() throws ParseException {
63 public static void main(String args[]) throws ParseException {
H A DSessionExpiresParser.java7 import java.text.ParseException;
36 public SIPHeader parse() throws ParseException {
65 public static void main(String args[]) throws ParseException {
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/
H A DPUserDatabaseParser.java28 import java.text.ParseException;
71 public SIPHeader parse() throws ParseException {
93 private void parseheader(PUserDatabase userDatabase) throws ParseException
H A DPrivacyParser.java50 import java.text.ParseException;
75 public SIPHeader parse() throws ParseException
125 public static void main(String args[]) throws ParseException
H A DSecurityAgreeParser.java49 import java.text.ParseException;
67 throws ParseException
81 public SIPHeaderList parse(SecurityAgree header) throws ParseException
155 } catch (ParseException ex) {
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttpDate.java20 import java.text.ParseException;
71 } catch (ParseException ignored) {
82 } catch (ParseException ignored) {
/external/proguard/src/proguard/
H A DConfigurationParser.java137 * @throws ParseException if the any of the configuration settings contains
142 throws ParseException, IOException
157 else if (ConfigurationConstants.RESOURCEJARS_OPTION .startsWith(nextWord)) throw new ParseException("The '-resourcejars' option is no longer supported. Please use the '-injars' option for all input");
217 throw new ParseException("Unknown option " + reader.locationDescription());
237 private long parseIncludeArgument(long lastModified) throws ParseException, IOException
251 private void parseBaseDirectoryArgument() throws ParseException, IOException
264 throws ParseException, IOException
303 throw new ParseException("Expecting separating '" + ConfigurationConstants.ARGUMENT_SEPARATOR_KEYWORD +
342 throw new ParseException("Expecting class path separator '" + ConfigurationConstants.JAR_SEPARATOR_KEYWORD +
350 throws ParseException, IOExceptio
[all...]
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DMessageFactoryImpl.java31 import java.text.ParseException;
117 * @throws ParseException
125 Object content) throws ParseException {
174 * @throws ParseException
181 ContentTypeHeader contentType) throws ParseException {
186 throw new ParseException(
227 * @throws ParseException
233 List via, MaxForwardsHeader maxForwards) throws ParseException {
237 throw new ParseException(
282 * @throws ParseException
[all...]
H A DMultipartMimeContentImpl.java7 import java.text.ParseException;
84 public void createContentList(String body) throws ParseException {
121 throw new ParseException("no content type header found in " + nextPart, 0);
125 throw new ParseException("No content [" + nextPart + "]", 0);
138 throw new ParseException("Unexpected header type " + header.getName(), 0);
145 throw new ParseException("Invalid Multipart mime format", 0);
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DHeaderParser.java30 import java.text.ParseException;
49 protected int wkday() throws ParseException {
81 protected Calendar date() throws ParseException {
131 protected void time(Calendar calendar) throws ParseException {
167 * @throws ParseException if there was an error parsing.
169 public SIPHeader parse() throws ParseException {
184 protected void headerName(int tok) throws ParseException {
H A DViaParser.java30 import java.text.ParseException;
54 private void parseVia(Via v) throws ParseException {
101 throw new ParseException("null branch Id", lexer.getPtr());
144 protected NameValue nameValue() throws ParseException {
186 } catch (ParseException ex) {
197 public SIPHeader parse() throws ParseException {
231 * public static void main(String args[]) throws ParseException { String
H A DCallIDParser.java60 * @throws ParseException if the message does not respect the spec.
62 public SIPHeader parse() throws ParseException {
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
H A DPAssociatedURI.java35 import java.text.ParseException;
155 public void setValue(String value) throws ParseException{
157 throw new ParseException(value,0);
H A DPVisitedNetworkID.java32 import java.text.ParseException;
137 public void setValue(String value) throws ParseException {
138 throw new ParseException (value,0);
/external/nist-sip/java/javax/sip/message/
H A DMessage.java4 import java.text.ParseException;
49 throws ParseException;
57 void setSIPVersion(String version) throws ParseException;
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
H A DDerUTCTimeEDTest.java26 import java.text.ParseException;
53 * @throws ParseException
78 * @throws ParseException
82 throws ParseException,
91 * @throws ParseException
95 throws ParseException,
101 throws IOException, ParseException {
/external/apache-http/src/org/apache/http/util/
H A DEntityUtils.java42 import org.apache.http.ParseException;
94 throws ParseException {
113 final HttpEntity entity, final String defaultCharset) throws IOException, ParseException {
150 throws IOException, ParseException {
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
H A DAuthenticationHelper.java3 import java.text.ParseException;
/external/apache-http/src/org/apache/http/impl/cookie/
H A DNetscapeDraftHeaderParser.java39 import org.apache.http.ParseException;
66 final ParserCursor cursor) throws ParseException {
/external/apache-http/src/org/apache/http/impl/io/
H A DHttpRequestParser.java41 import org.apache.http.ParseException;
74 throws IOException, HttpException, ParseException {
H A DHttpResponseParser.java41 import org.apache.http.ParseException;
74 throws IOException, HttpException, ParseException {
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DAlertInfo.java29 import java.text.ParseException;
111 } catch (ParseException e) {
H A DCSeq.java35 import java.text.ParseException;
156 public void setMethod(String meth) throws ParseException {

Completed in 386 milliseconds

1234567891011>>