Package joptsimple
Class IllegalOptionSpecificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
joptsimple.OptionException
joptsimple.IllegalOptionSpecificationException
- All Implemented Interfaces:
Serializable
Thrown when the option parser is asked to recognize an option with illegal characters in it.
-
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
-
IllegalOptionSpecificationException
IllegalOptionSpecificationException(String option)
-
-
Method Details
-
messageArguments
Object[] messageArguments()- Specified by:
messageArguments
in classOptionException
-