Class UnresolvedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.flink.table.planner.expressions.UnresolvedException
All Implemented Interfaces:
Serializable

@Internal public class UnresolvedException extends RuntimeException
Exception for unwanted method calling on unresolved expression.
See Also:
  • Constructor Details

    • UnresolvedException

      public UnresolvedException(String msg)