Class ExpressionParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.flink.table.api.ExpressionParserException
-
- org.apache.flink.table.expressions.ExpressionParserException
-
- All Implemented Interfaces:
Serializable
@Internal public class ExpressionParserException extends ExpressionParserException
Exception for all errors occurring during expression parsing.This replaces the deprecated
ExpressionParserException
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExpressionParserException(String msg)
-
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)
-
-