Uses of Enum
org.springframework.boot.cli.command.CommandException.Option
-
Uses of CommandException.Option in org.springframework.boot.cli.command
Modifier and TypeMethodDescriptionstatic CommandException.Option
Returns the enum constant of this type with the specified name.static CommandException.Option[]
CommandException.Option.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionCommandException.getOptions()
Returns a set of options that are understood by theCommandRunner
.ModifierConstructorDescriptionCommandException
(String message, Throwable cause, CommandException.Option... options) Create a newCommandException
with the specified options.CommandException
(String message, CommandException.Option... options) Create a newCommandException
with the specified options.CommandException
(Throwable cause, CommandException.Option... options) Create a newCommandException
with the specified options.CommandException
(CommandException.Option... options) Create a newCommandException
with the specified options.