public class CalciteSemanticException extends SemanticException
| Modifier and Type | Class and Description |
|---|---|
static class |
CalciteSemanticException.UnsupportedFeature |
| Constructor and Description |
|---|
CalciteSemanticException() |
CalciteSemanticException(ErrorMsg errorMsg,
String... msgArgs) |
CalciteSemanticException(String message) |
CalciteSemanticException(String message,
CalciteSemanticException.UnsupportedFeature feature) |
CalciteSemanticException(String message,
Throwable cause) |
CalciteSemanticException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
CalciteSemanticException.UnsupportedFeature |
getUnsupportedFeature() |
void |
setUnsupportedFeature(CalciteSemanticException.UnsupportedFeature unsupportedFeature) |
getCanonicalErrorMsgaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CalciteSemanticException()
public CalciteSemanticException(String message)
public CalciteSemanticException(String message, CalciteSemanticException.UnsupportedFeature feature)
public CalciteSemanticException(Throwable cause)
public CalciteSemanticException.UnsupportedFeature getUnsupportedFeature()
public void setUnsupportedFeature(CalciteSemanticException.UnsupportedFeature unsupportedFeature)
Copyright © 2017 The Apache Software Foundation. All rights reserved.