|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ErrorMsg | |
|---|---|
| org.apache.hadoop.hive.ql | |
| org.apache.hadoop.hive.ql.metadata | |
| org.apache.hadoop.hive.ql.parse | |
| 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. |
|
| Uses of ErrorMsg in org.apache.hadoop.hive.ql.parse |
|---|
| Methods in org.apache.hadoop.hive.ql.parse with parameters of type ErrorMsg | |
|---|---|
protected String |
BaseSemanticAnalyzer.toMessage(ErrorMsg message,
Object detail)
|
| Constructors in org.apache.hadoop.hive.ql.parse with parameters of type ErrorMsg | |
|---|---|
SemanticException(ErrorMsg errorMsg,
String... msgArgs)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||