Package | Description |
---|---|
org.apache.hive.hcatalog.common |
Modifier and Type | Method and Description |
---|---|
ErrorType |
HCatException.getErrorType()
Gets the error type.
|
static ErrorType |
ErrorType.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
static String |
HCatException.buildErrorMessage(ErrorType type,
String extraMessage,
Throwable cause)
Builds the error message string.
|
Constructor and Description |
---|
HCatException(ErrorType errorType)
Instantiates a new hcat exception.
|
HCatException(ErrorType errorType,
String extraMessage)
Instantiates a new hcat exception.
|
HCatException(ErrorType errorType,
String extraMessage,
Throwable cause)
Instantiates a new hcat exception.
|
HCatException(ErrorType errorType,
Throwable cause)
Instantiates a new hcat exception.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.