Uses of Class
org.apache.blur.thrift.generated.ErrorType

Packages that use ErrorType
org.apache.blur.thrift.generated   
 

Uses of ErrorType in org.apache.blur.thrift.generated
 

Fields in org.apache.blur.thrift.generated declared as ErrorType
 ErrorType BlurException.errorType
           
 

Methods in org.apache.blur.thrift.generated that return ErrorType
static ErrorType ErrorType.findByValue(int value)
          Find a the enum type by its integer value, as defined in the Thrift IDL.
 ErrorType BlurException.getErrorType()
           
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.apache.blur.thrift.generated with parameters of type ErrorType
 BlurException BlurException.setErrorType(ErrorType errorType)
           
 

Constructors in org.apache.blur.thrift.generated with parameters of type ErrorType
BlurException(String message, String stackTraceStr, ErrorType errorType)
           
 



Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.