| Package | Description |
|---|---|
| org.springframework.boot.cli |
| Modifier and Type | Method and Description |
|---|---|
static SpringCliException.Option |
SpringCliException.Option.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpringCliException.Option[] |
SpringCliException.Option.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<SpringCliException.Option> |
SpringCliException.getOptions()
Returns options a set of options that are understood by the
SpringCli. |
| Constructor and Description |
|---|
SpringCliException(SpringCliException.Option... options)
Create a new
SpringCliException with the specified options. |
SpringCliException(String message,
SpringCliException.Option... options)
Create a new
SpringCliException with the specified options. |
SpringCliException(String message,
Throwable cause,
SpringCliException.Option... options)
Create a new
SpringCliException with the specified options. |
Copyright © 2013. All Rights Reserved.