Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.fileupload.util.mime.ParseException
- All Implemented Interfaces:
Serializable
Thrown for a parsing problem.
- Since:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longThe UID to use when serializing this instance. -
Constructor Summary
ConstructorsConstructorDescriptionParseException(String message) Constructs a new exception with the specified detail message. -
Method Summary
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 serialVersionUIDThe UID to use when serializing this instance.- See Also:
-
-
Constructor Details
-
ParseException
ParseException(String message) Constructs a new exception with the specified detail message.- Parameters:
message- the detail message.
-