| Package | Description |
|---|---|
| org.crsh.command | |
| org.crsh.shell |
| Modifier and Type | Method and Description |
|---|---|
ErrorType |
CommandCreationException.getErrorType() |
| Constructor and Description |
|---|
CommandCreationException(java.lang.String commandName,
ErrorType errorType,
java.lang.String message) |
CommandCreationException(java.lang.String commandName,
ErrorType errorType,
java.lang.String message,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
ErrorType |
ShellResponse.Error.getType() |
static ErrorType |
ErrorType.valueOf(java.lang.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,
java.lang.String msg) |
static ShellResponse.Error |
ShellResponse.error(ErrorType type,
java.lang.String msg,
java.lang.Throwable throwable) |
Copyright © 2014 eXo Platform SAS. All Rights Reserved.