Package jargs.gnu
Class CmdLineParser.IllegalOptionValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jargs.gnu.CmdLineParser.OptionException
jargs.gnu.CmdLineParser.IllegalOptionValueException
- All Implemented Interfaces:
java.io.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 Summary
Constructors Constructor Description IllegalOptionValueException(CmdLineParser.Option opt, java.lang.String value)
-
Method Summary
Modifier and Type Method Description CmdLineParser.Option
getOption()
java.lang.String
getValue()