Uses of Class
org.crsh.shell.ErrorType

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

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)
           
static ShellResponse.Error ShellResponse.error(ErrorType type, 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)
           
ShellResponse.Error(ErrorType type, Throwable throwable)
           
 

Uses of ErrorType in org.crsh.shell.impl
 

Constructors in org.crsh.shell.impl with parameters of type ErrorType
CreateCommandException(ErrorType errorType, String message)
           
CreateCommandException(ErrorType errorType, String message, Throwable cause)
           
CreateCommandException(ErrorType errorType, Throwable cause)
           
 



Copyright © 2012 eXo Platform SAS. All Rights Reserved.