Class ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.commons.fileupload.util.mime.ParseException
-
- All Implemented Interfaces:
java.io.Serializable
public final class ParseException extends java.lang.Exception- Since:
- 1.3
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseException(java.lang.String message)Constructs a new exception with the specified detail message.
-