Uses of Class
org.crsh.shell.ErrorType

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

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)
           
 

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

Fields in org.crsh.shell.impl.command.spi declared as ErrorType
private  ErrorType CommandCreationException.errorType
          .
 

Methods in org.crsh.shell.impl.command.spi that return ErrorType
 ErrorType CommandCreationException.getErrorType()
           
 

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



Copyright © 2014 eXo Platform SAS. All Rights Reserved.