| Package | Description |
|---|---|
| org.crsh.shell | |
| org.crsh.shell.impl.command.spi |
| Modifier and Type | Field and Description |
|---|---|
private ErrorType |
ShellResponse.Error.type
.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorType |
ShellResponse.Error.getType() |
static ErrorType |
ErrorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorType[] |
ErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ShellResponse.Error |
ShellResponse.error(ErrorType type,
String msg) |
static ShellResponse.Error |
ShellResponse.error(ErrorType type,
String msg,
Throwable throwable) |
| Constructor and Description |
|---|
ShellResponse.Error(ErrorType type,
String msg) |
ShellResponse.Error(ErrorType type,
String msg,
Throwable throwable) |
| Modifier and Type | Field and Description |
|---|---|
private ErrorType |
CommandCreationException.errorType
.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorType |
CommandCreationException.getErrorType() |
| Constructor and Description |
|---|
CommandCreationException(String commandName,
ErrorType errorType,
String message) |
CommandCreationException(String commandName,
ErrorType errorType,
String message,
Throwable cause) |
Copyright © 2014 eXo Platform SAS. All Rights Reserved.