public class SqlValidatorException extends Exception implements CalciteValidatorException
Unlike CalciteException, this is a
checked exception, which reminds code authors to wrap it in another exception
containing the line/column context.
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOGGER |
(package private) static long |
serialVersionUID |
| Constructor and Description |
|---|
SqlValidatorException(String message,
Throwable cause)
Creates a new SqlValidatorException object.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final org.slf4j.Logger LOGGER
static final long serialVersionUID
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.