Package joptsimple
Class UnrecognizedOptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
joptsimple.OptionException
joptsimple.UnrecognizedOptionException
- All Implemented Interfaces:
Serializable
Thrown when the option parser encounters an unrecognized option.
-
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
-
UnrecognizedOptionException
UnrecognizedOptionException(String option)
-
-
Method Details
-
messageArguments
Object[] messageArguments()- Specified by:
messageArguments
in classOptionException
-