Package org.apache.hc.core5.http
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hc.core5.http.HttpException
org.apache.hc.core5.http.ProtocolException
org.apache.hc.core5.http.ParseException
- All Implemented Interfaces:
Serializable
Signals a protocol exception due to failure to parse a message element.
- Since:
- 4.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int
private static final long
-
Constructor Summary
ConstructorsConstructorDescriptionCreates aParseException
without details.ParseException
(String message) Creates aParseException
with a detail message.ParseException
(String description, CharSequence text, int off, int len) Creates aParseException
with parsing context details.ParseException
(String description, CharSequence text, int off, int len, int errorOffset) Creates aParseException
with parsing context details. -
Method Summary
Methods inherited from class org.apache.hc.core5.http.HttpException
clean
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
errorOffset
private final int errorOffset
-
-
Constructor Details
-
ParseException
public ParseException()Creates aParseException
without details. -
ParseException
Creates aParseException
with a detail message.- Parameters:
message
- the exception detail message, ornull
-
ParseException
Creates aParseException
with parsing context details.- Since:
- 5.0
-
ParseException
Creates aParseException
with parsing context details.- Since:
- 5.0
-
-
Method Details
-
getErrorOffset
public int getErrorOffset()- Since:
- 5.0
-