Class ParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.cli.ParseException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AlreadySelectedException, MissingArgumentException, MissingOptionException, UnrecognizedOptionException

public class ParseException extends Exception
Base for Exceptions thrown during parsing of a command-line.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      This exception serialVersionUID.
      See Also:
  • Constructor Details

    • ParseException

      public ParseException(String message)
      Construct a new ParseException with the specified detail message.
      Parameters:
      message - the detail message