Package com.github.hypfvieh.cli.parser
Class InvalidOptionValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.hypfvieh.cli.parser.CommandLineException
com.github.hypfvieh.cli.parser.InvalidOptionValueException
- All Implemented Interfaces:
Serializable
A run-time exception to report a invalid option value on a command with a list of possible options.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidOptionValueException(String _message) InvalidOptionValueException(String _message, Throwable _cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidOptionValueException
-
InvalidOptionValueException
-