Class OptionParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.aspectran.shell.command.option.OptionParserException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AlreadySelectedException
,MissingOptionException
,MissingOptionValueException
,UnrecognizedOptionException
Base for Exceptions thrown during parsing of a command-line.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOptionParserException
(String message) Construct a newOptionParseException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OptionParserException
Construct a newOptionParseException
with the specified detail message.- Parameters:
message
- the detail message
-