| Package | Description |
|---|---|
| io.simplesource.api |
| Modifier and Type | Method | Description |
|---|---|---|
CommandError.Reason |
CommandError.getReason() |
The reason value accessor.
|
static CommandError.Reason |
CommandError.Reason.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static CommandError.Reason[] |
CommandError.Reason.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
static CommandError |
CommandError.of(CommandError.Reason reason,
String msg) |
Construct a
CommandError from a Throwable. |
static CommandError |
CommandError.of(CommandError.Reason reason,
Throwable throwable) |
Construct a
CommandError from a Throwable. |
Copyright © 2019. All rights reserved.