Package joptsimple
Class UnconfiguredOptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
joptsimple.OptionException
joptsimple.UnconfiguredOptionException
- All Implemented Interfaces:
Serializable
Thrown when an option parser refers to an option that is not in fact configured already on the parser.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUnconfiguredOptionException(String option) UnconfiguredOptionException(List<String> options) -
Method Summary
Methods inherited from class joptsimple.OptionException
getMessage, localizedMessage, multipleOptionString, options, singleOptionString, singleOptionString, unrecognizedOptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
UnconfiguredOptionException
UnconfiguredOptionException(String option) -
UnconfiguredOptionException
-
-
Method Details
-
messageArguments
Object[] messageArguments()- Specified by:
messageArgumentsin classOptionException
-