Class CommandParser.TooManyArgumentsOptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.shell.command.CommandParser.CommandParserException
org.springframework.shell.command.CommandParser.OptionException
org.springframework.shell.command.CommandParser.TooManyArgumentsOptionException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- CommandParser
public static class CommandParser.TooManyArgumentsOptionException
extends CommandParser.OptionException
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.shell.command.CommandParser.OptionException
getOption
Methods inherited from class org.springframework.shell.command.CommandParser.CommandParserException
of
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TooManyArgumentsOptionException
-