Package org.flasby.cli
Class InvalidOptionFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.flasby.cli.OptionException
org.flasby.cli.InvalidOptionFormatException
- All Implemented Interfaces:
Serializable
- Author:
- flasbyst
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidOptionFormatException
(Options options, Option requiredOption, String suppliedValue) -
Method Summary
Methods inherited from class org.flasby.cli.OptionException
getOptions
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidOptionFormatException
-
-
Method Details
-
getOption
- Specified by:
getOption
in classOptionException
-
getLocalizedMessage
- Overrides:
getLocalizedMessage
in classThrowable
-