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) |
getCanonicalErrorMsg
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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.