Class NoMatchingTableFactoryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.flink.table.api.NoMatchingTableFactoryException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoMatchingTableFactoryException

@Internal @Deprecated public class NoMatchingTableFactoryException extends RuntimeException
Deprecated.
This exception is considered internal and has been erroneously placed in the *.api package. It is replaced by NoMatchingTableFactoryException and should not be used directly anymore.
Exception for not finding a TableFactory for the given properties.
See Also: