| Package | Description |
|---|---|
| io.parallec.core.exception |
Exceptions.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionManagerExecutionException.ManagerExceptionType |
ExecutionManagerExecutionException.getType()
Gets the type.
|
static ExecutionManagerExecutionException.ManagerExceptionType |
ExecutionManagerExecutionException.ManagerExceptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionManagerExecutionException.ManagerExceptionType[] |
ExecutionManagerExecutionException.ManagerExceptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionManagerExecutionException.setType(ExecutionManagerExecutionException.ManagerExceptionType type)
Sets the type.
|
| Constructor and Description |
|---|
ExecutionManagerExecutionException(String error,
ExecutionManagerExecutionException.ManagerExceptionType type)
Instantiates a new command manager execution exception.
|
Copyright © 2015–2017 eBay. All rights reserved.