|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.http.ParseException
public class ParseException
Indicates a parse error.
Parse errors when receiving a message will typically trigger
ProtocolException
. Parse errors that do not occur during
protocol execution may be handled differently.
This is an unchecked exceptions, since there are cases where
the data to be parsed has been generated and is therefore
known to be parseable.
Constructor Summary | |
---|---|
ParseException()
Creates a ParseException without details. |
|
ParseException(java.lang.String message)
Creates a ParseException with a detail message. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ParseException()
ParseException
without details.
public ParseException(java.lang.String message)
ParseException
with a detail message.
message
- the exception detail message, or null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |