Package org.apache.flink.table.api
Class SqlParserEOFException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.flink.table.api.SqlParserException
-
- org.apache.flink.table.api.SqlParserEOFException
-
- All Implemented Interfaces:
Serializable
@PublicEvolving public class SqlParserEOFException extends SqlParserException
Exception for incomplete sql statement found while sql parsing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SqlParserEOFException(String message)
SqlParserEOFException(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
-
-