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

12

/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
H A DConfigurationParser.java92 * @throws ParseException if the any of the configuration settings contains
97 throws ParseException, IOException
112 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");
170 throw new ParseException("Unknown option " + reader.locationDescription());
190 private long parseIncludeArgument(long lastModified) throws ParseException, IOException
204 private void parseBaseDirectoryArgument() throws ParseException, IOException
217 throws ParseException, IOException
256 throw new ParseException("Expecting separating '" + ConfigurationConstants.ARGUMENT_SEPARATOR_KEYWORD +
295 throw new ParseException("Expecting class path separator '" + ConfigurationConstants.JAR_SEPARATOR_KEYWORD +
303 throws ParseException, IOExceptio
[all...]
/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 $
45 public class ParseException extends RuntimeException { class in inherits:RuntimeException
50 * Creates a {@link ParseException} without details.
52 public ParseException() { method in class:ParseException
57 * Creates a {@link ParseException} with a detail message.
61 public ParseException(String message) { method in class:ParseException
H A DHeader.java62 HeaderElement[] getElements() throws ParseException;
/external/apache-http/src/org/apache/http/message/
H A DHeaderValueParser.java37 import org.apache.http.ParseException;
89 * @throws ParseException in case of a parse error
93 ParserCursor cursor) throws ParseException;
106 * @throws ParseException in case of a parse error
110 ParserCursor cursor) throws ParseException;
192 * @throws ParseException in case of a parse error
196 ParserCursor cursor) throws ParseException;
211 ParserCursor cursor) throws ParseException;
H A DLineParser.java36 import org.apache.http.ParseException;
73 * @throws ParseException in case of a parse error
77 ParserCursor cursor) throws ParseException;
113 * @throws ParseException in case of a parse error
117 ParserCursor cursor) throws ParseException;
129 * @throws ParseException in case of a parse error
133 ParserCursor cursor) throws ParseException;
149 * @throws ParseException in case of a parse error
152 throws ParseException
H A DBufferedHeader.java36 import org.apache.http.ParseException;
74 * @throws ParseException in case of a parse error
77 throws ParseException {
86 throw new ParseException
91 throw new ParseException
108 public HeaderElement[] getElements() throws ParseException {
H A DBasicTokenIterator.java37 import org.apache.http.ParseException;
107 * @throws ParseException if an invalid header value is encountered
110 throws NoSuchElementException, ParseException {
117 // updates currentToken, may trigger ParseException:
131 * @throws ParseException if an invalid header value is encountered
134 throws NoSuchElementException, ParseException {
166 * @throws ParseException if an invalid header value is encountered
169 throws ParseException {
250 throw new ParseException
281 * @throws ParseException
[all...]
H A DBasicLineParser.java36 import org.apache.http.ParseException;
110 throws ParseException {
130 throws ParseException {
151 throw new ParseException
165 throw new ParseException
174 throw new ParseException
182 throw new ParseException
196 throw new ParseException(
275 throws ParseException {
299 * @throws ParseException i
[all...]
H A DBasicHeader.java36 import org.apache.http.ParseException;
128 * @throws ParseException in case of a parse error
130 public HeaderElement[] getElements() throws ParseException {
H A DBasicHeaderValueParser.java40 import org.apache.http.ParseException;
95 throws ParseException {
146 throws ParseException {
211 throws ParseException {
281 throws ParseException {
/external/apache-http/src/org/apache/http/util/
H A DEntityUtils.java42 import org.apache.http.ParseException;
89 throws ParseException {
108 final HttpEntity entity, final String defaultCharset) throws IOException, ParseException {
145 throws IOException, ParseException {
/external/apache-http/src/org/apache/http/impl/cookie/
H A DNetscapeDraftHeaderParser.java39 import org.apache.http.ParseException;
60 final ParserCursor cursor) throws ParseException {
H A DDateUtils.java35 import java.text.ParseException;
162 } catch (ParseException pe) {
/external/apache-http/src/org/apache/http/impl/io/
H A DHttpRequestParser.java41 import org.apache.http.ParseException;
68 throws IOException, HttpException, ParseException {
H A DHttpResponseParser.java41 import org.apache.http.ParseException;
68 throws IOException, HttpException, ParseException {
H A DAbstractMessageParser.java40 import org.apache.http.ParseException;
161 } catch (ParseException ex) {
169 throws IOException, HttpException, ParseException;
175 } catch (ParseException px) {
/external/emma/lib/internal/
H A Dstamptool.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/util/ com/vladium/util/version/ ...
/external/apache-http/src/org/apache/http/impl/
H A DDefaultConnectionReuseStrategy.java40 import org.apache.http.ParseException;
158 } catch (ParseException px) {
/external/apache-http/src/org/apache/http/impl/entity/
H A DLaxContentLengthStrategy.java38 import org.apache.http.ParseException;
203 } catch (ParseException px) {
/external/proguard/src/proguard/wtk/
H A DProGuardObfuscator.java98 catch (ParseException ex)
/external/proguard/src/proguard/ant/
H A DProGuardTask.java49 catch (ParseException ex)
H A DConfigurationTask.java303 catch (ParseException ex)
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 828 milliseconds

12