Package jargs.gnu

Class CmdLineParser.IllegalOptionValueException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    CmdLineParser

    public static class CmdLineParser.IllegalOptionValueException
    extends CmdLineParser.OptionException
    Thrown when an illegal or missing value is given by the user for an option that takes a value. getMessage() returns an error string suitable for reporting the error to the user (in English).
    See Also:
    Serialized Form
    • Constructor Detail

      • IllegalOptionValueException

        public IllegalOptionValueException​(CmdLineParser.Option opt,
                                           String value)
        Instantiates a new illegal option value exception.
        Parameters:
        opt - the opt
        value - the value
    • Method Detail

      • getOption

        public CmdLineParser.Option getOption()
        Gets the option.
        Returns:
        the name of the option whose value was illegal (e.g. "-u")
      • getValue

        public String getValue()
        Gets the value.
        Returns:
        the illegal value