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
@PublicEvolving public class SqlParserException extends RuntimeException
Exception for all errors occurring during sql parsing.This exception indicates that the SQL parse failed.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SqlParserException(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
-
-