Package | Description |
---|---|
org.crsh.shell | |
org.crsh.shell.impl.command.spi |
Modifier and Type | Field and Description |
---|---|
private ErrorKind |
ShellResponse.Error.kind
.
|
Modifier and Type | Method and Description |
---|---|
ErrorKind |
ShellResponse.Error.getKind() |
static ErrorKind |
ErrorKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorKind[] |
ErrorKind.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(ErrorKind type,
String msg) |
static ShellResponse.Error |
ShellResponse.error(ErrorKind type,
String msg,
Throwable throwable) |
Constructor and Description |
---|
ShellResponse.Error(ErrorKind kind,
String msg) |
ShellResponse.Error(ErrorKind kind,
String msg,
Throwable throwable) |
Modifier and Type | Field and Description |
---|---|
private ErrorKind |
CommandException.errorKind
.
|
Modifier and Type | Method and Description |
---|---|
ErrorKind |
CommandException.getErrorKind() |
Constructor and Description |
---|
CommandException(ErrorKind errorKind,
String message) |
CommandException(ErrorKind errorKind,
String message,
Throwable cause) |
CommandException(ErrorKind errorKind,
Throwable cause) |
Copyright © 2015 eXo Platform SAS. All Rights Reserved.