| Package | Description |
|---|---|
| io.hektor.fsm.builder.exceptions |
| Modifier and Type | Method and Description |
|---|---|
static FSMBuilderException.ErrorCode |
FSMBuilderException.ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FSMBuilderException.ErrorCode[] |
FSMBuilderException.ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<FSMBuilderException.ErrorCode> |
FSMBuilderException.getErrorCode() |
| Constructor and Description |
|---|
FSMBuilderException(FSMBuilderException.ErrorCode error,
Object... args) |
Copyright © 2019. All rights reserved.