Package | Description |
---|---|
org.apache.lens.cube.error | |
org.apache.lens.driver.es.exceptions | |
org.apache.lens.server.api.error | |
org.apache.lens.server.error |
Modifier and Type | Method and Description |
---|---|
LensErrorInfo |
LensCubeErrorCode.getLensErrorInfo() |
Constructor and Description |
---|
ESClientException(LensErrorInfo errorInfo) |
ESClientException(LensErrorInfo errorInfo,
Throwable cause,
Object... errorMsgFormattingArgs) |
ESClientException(String errorMsg,
LensErrorInfo errorInfo) |
ESClientException(String errorMsg,
LensErrorInfo errorInfo,
Throwable cause,
Object... errorMsgFormattingArgs) |
InvalidQueryException(LensErrorInfo errorInfo) |
InvalidQueryException(LensErrorInfo errorInfo,
Throwable cause,
Object... errorMsgFormattingArgs) |
InvalidQueryException(String errorMsg,
LensErrorInfo errorInfo) |
InvalidQueryException(String errorMsg,
LensErrorInfo errorInfo,
Throwable cause,
Object... errorMsgFormattingArgs) |
Modifier and Type | Method and Description |
---|---|
LensErrorInfo |
LensException.getErrorInfo() |
LensErrorInfo |
LensDriverErrorCode.getLensErrorInfo() |
Constructor and Description |
---|
LensException(LensErrorInfo errorInfo)
Constructs a new Lens Exception with error info.
|
LensException(LensErrorInfo errorInfo,
Object... errorMsgFormattingArgs)
Constructs a new Lens Exception with error info and error msg formatting arguments.
|
LensException(LensErrorInfo errorInfo,
Throwable cause,
Object... errorMsgFormattingArgs)
Constructs a new Lens Exception with error info, cause and error msg formatting arguments.
|
LensException(String errorMsg,
LensErrorInfo errorInfo)
Constructs a new Lens Exception with error msg and error info.
|
LensException(String errorMsg,
LensErrorInfo errorInfo,
Throwable cause,
Object... errorMsgFormattingArgs)
Constructs a new Lens Exception with exception error message, error info, cause and error msg formatting arguments.
|
Modifier and Type | Method and Description |
---|---|
LensErrorInfo |
LensServerErrorCode.getLensErrorInfo() |
LensErrorInfo |
LensSchedulerErrorCode.getLensErrorInfo() |
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.