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 SummaryConstructorsConstructorDescriptionValidationException(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 SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ValidationExceptionCreates a ValidationException with the specified detail message and cause.
- 
ValidationExceptionCreates a ValidationException with the specified detail message.
- 
ValidationExceptionCreates a ValidationException with the specified cause.
 
-