Uses of Class
org.crsh.shell.ErrorKind

Packages that use ErrorKind
org.crsh.shell   
org.crsh.shell.impl.command.spi   
 

Uses of ErrorKind in org.crsh.shell
 

Fields in org.crsh.shell declared as ErrorKind
private  ErrorKind ShellResponse.Error.kind
          .
 

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)
           
 

Constructors in org.crsh.shell with parameters of type ErrorKind
ShellResponse.Error(ErrorKind kind, String msg)
           
ShellResponse.Error(ErrorKind kind, String msg, Throwable throwable)
           
 

Uses of ErrorKind in org.crsh.shell.impl.command.spi
 

Fields in org.crsh.shell.impl.command.spi declared as ErrorKind
private  ErrorKind CommandException.errorKind
          .
 

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)
           
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.