|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ErrorKind | |
|---|---|
| org.crsh.shell | |
| org.crsh.shell.impl.command.spi | |
| Uses of ErrorKind in org.crsh.shell |
|---|
| Methods in org.crsh.shell that return ErrorKind | |
|---|---|
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. |
| Methods in org.crsh.shell with parameters of type ErrorKind | |
|---|---|
static ShellResponse.Error |
ShellResponse.error(ErrorKind type,
String msg)
|
static ShellResponse.Error |
ShellResponse.error(ErrorKind type,
String msg,
Throwable throwable)
|
| Uses of ErrorKind in org.crsh.shell.impl.command.spi |
|---|
| Methods in org.crsh.shell.impl.command.spi that return ErrorKind | |
|---|---|
ErrorKind |
CommandException.getErrorKind()
|
| Constructors in org.crsh.shell.impl.command.spi with parameters of type ErrorKind | |
|---|---|
CommandException(ErrorKind errorKind,
String message)
|
|
CommandException(ErrorKind errorKind,
String message,
Throwable cause)
|
|
CommandException(ErrorKind errorKind,
Throwable cause)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||