Package org.apache.flink.table.api
Class ExpressionParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.flink.table.api.ExpressionParserException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExpressionParserException
@Internal @Deprecated public class ExpressionParserException extends RuntimeException
Deprecated.This exception is considered internal and has been erroneously placed in the *.api package. It is replaced byExpressionParserException
and should not be used directly anymore.Exception for all errors occurring during expression parsing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExpressionParserException(String msg)
Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ExpressionParserException
public ExpressionParserException(String msg)
Deprecated.
-
-