Uses of Class
org.apache.hcatalog.common.ErrorType

Packages that use ErrorType
org.apache.hcatalog.common   
 

Uses of ErrorType in org.apache.hcatalog.common
 

Methods in org.apache.hcatalog.common that return ErrorType
 ErrorType HCatException.getErrorType()
          Gets the error type.
static ErrorType ErrorType.valueOf(java.lang.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.hcatalog.common with parameters of type ErrorType
static java.lang.String HCatException.buildErrorMessage(ErrorType type, java.lang.String extraMessage, java.lang.Throwable cause)
          Builds the error message string.
 

Constructors in org.apache.hcatalog.common with parameters of type ErrorType
HCatException(ErrorType errorType)
          Instantiates a new hcat exception.
HCatException(ErrorType errorType, java.lang.String extraMessage)
          Instantiates a new hcat exception.
HCatException(ErrorType errorType, java.lang.String extraMessage, java.lang.Throwable cause)
          Instantiates a new hcat exception.
HCatException(ErrorType errorType, java.lang.Throwable cause)
          Instantiates a new hcat exception.