Class ShellExitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.boot.cli.command.CommandException
org.springframework.boot.cli.command.shell.ShellExitException
- All Implemented Interfaces:
Serializable
Exception used to stop the
Shell
.- Since:
- 1.0.0
- Author:
- Phillip Webb
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.boot.cli.command.CommandException
CommandException.Option
-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.boot.cli.command.CommandException
getOptions
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ShellExitException
public ShellExitException()
-