Uses of Class
org.apache.hadoop.hive.ql.ErrorMsg

Packages that use ErrorMsg
org.apache.hadoop.hive.ql   
org.apache.hadoop.hive.ql.metadata   
 

Uses of ErrorMsg in org.apache.hadoop.hive.ql
 

Methods in org.apache.hadoop.hive.ql that return ErrorMsg
static ErrorMsg ErrorMsg.getErrorMsg(int errorCode)
          Given an error code, returns the ErrorMsg object associated with it.
static ErrorMsg ErrorMsg.getErrorMsg(String mesg)
          Given an error message string, returns the ErrorMsg object associated with it.
static ErrorMsg ErrorMsg.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ErrorMsg[] ErrorMsg.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ErrorMsg in org.apache.hadoop.hive.ql.metadata
 

Methods in org.apache.hadoop.hive.ql.metadata that return ErrorMsg
 ErrorMsg HiveException.getCanonicalErrorMsg()
           
 

Constructors in org.apache.hadoop.hive.ql.metadata with parameters of type ErrorMsg
HiveException(ErrorMsg message, String... msgArgs)
           
HiveException(Throwable cause, ErrorMsg errorMsg, String... msgArgs)
          This is the recommended constructor to use since it helps use canonical messages throughout.
 



Copyright © 2012 The Apache Software Foundation