Class NoSuchCommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.boot.cli.command.CommandException
org.springframework.boot.cli.command.NoSuchCommandException
- All Implemented Interfaces:
Serializable
Exception used when a command is not found.
- 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
-
NoSuchCommandException
-