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 by ExpressionParserException and should not be used directly anymore.
Exception for all errors occurring during expression parsing.
See Also:
  • Constructor Details

    • ExpressionParserException

      public ExpressionParserException(String msg)
      Deprecated.