Class ParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.fileupload.util.mime.ParseException
All Implemented Interfaces:
Serializable

final class ParseException extends Exception
Thrown for a parsing problem.
Since:
1.3
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      The 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.