| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql | |
| org.apache.hadoop.hive.ql.metadata | |
| org.apache.hadoop.hive.ql.optimizer.calcite | |
| org.apache.hadoop.hive.ql.parse |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorMsg |
HiveException.getCanonicalErrorMsg() |
| Constructor and Description |
|---|
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.
|
| Constructor and Description |
|---|
CalciteSemanticException(ErrorMsg errorMsg,
String... msgArgs) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
BaseSemanticAnalyzer.toMessage(ErrorMsg message,
Object detail) |
| Constructor and Description |
|---|
SemanticException(ErrorMsg errorMsg,
String... msgArgs) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.