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

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

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.
 



Copyright © 2011 The Apache Software Foundation