Package org.apache.flink.table.api
Class SqlParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.flink.table.api.SqlParserException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SqlParserEOFException
Exception for all errors occurring during sql parsing.
This exception indicates that the SQL parse failed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSqlParserException(String message) SqlParserException(String message, Throwable 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
-
SqlParserException
-
SqlParserException
-