Package joptsimple
Class OptionMissingRequiredArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
joptsimple.OptionException
joptsimple.OptionMissingRequiredArgumentException
- All Implemented Interfaces:
Serializable
Thrown when the option parser discovers options that require an argument, but are missing an argument.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class joptsimple.OptionException
getMessage, localizedMessage, multipleOptionString, options, singleOptionString, singleOptionString, unrecognizedOption
Methods 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
-
OptionMissingRequiredArgumentException
OptionMissingRequiredArgumentException(OptionSpec<?> option)
-
-
Method Details
-
messageArguments
Object[] messageArguments()- Specified by:
messageArguments
in classOptionException
-