Package org.apache.calcite.tools
Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.calcite.tools.ValidationException
- All Implemented Interfaces:
Serializable
An Exception thrown when attempting to validate a SQL parse tree.
- See Also:
-
Constructor Summary
ConstructorDescriptionValidationException
(String message) Creates a ValidationException with the specified detail message.ValidationException
(String message, Throwable cause) Creates a ValidationException with the specified detail message and cause.ValidationException
(Throwable cause) Creates a ValidationException with the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidationException
Creates a ValidationException with the specified detail message and cause. -
ValidationException
Creates a ValidationException with the specified detail message. -
ValidationException
Creates a ValidationException with the specified cause.
-