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.
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, toString
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.