Uses of Class
org.crsh.shell.ErrorType

Packages that use ErrorType
org.crsh.command   
org.crsh.shell   
 

Uses of ErrorType in org.crsh.command
 

Constructors in org.crsh.command with parameters of type ErrorType
NoSuchCommandException(String commandName, ErrorType errorType, String message)
           
NoSuchCommandException(String commandName, ErrorType errorType, String message, Throwable cause)
           
 

Uses of ErrorType in org.crsh.shell
 

Fields in org.crsh.shell declared as ErrorType
private  ErrorType ShellResponse.Error.type
          .
 

Methods in org.crsh.shell that return ErrorType
 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.
 

Methods in org.crsh.shell with parameters of type ErrorType
static ShellResponse.Error ShellResponse.error(ErrorType type, String msg)
           
static ShellResponse.Error ShellResponse.error(ErrorType type, String msg, Throwable throwable)
           
 

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



Copyright © 2014 eXo Platform SAS. All Rights Reserved.