Package org.apache.flink.table.factories
Class NoMatchingTableFactoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.flink.table.api.NoMatchingTableFactoryException
org.apache.flink.table.factories.NoMatchingTableFactoryException
- All Implemented Interfaces:
Serializable
Exception for not finding a
TableFactory for the given properties.
This replaces the deprecated NoMatchingTableFactoryException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoMatchingTableFactoryException(String message, Class<?> factoryClass, List<TableFactory> factories, Map<String, String> properties) NoMatchingTableFactoryException(String message, String matchCandidatesMessage, Class<?> factoryClass, List<TableFactory> factories, Map<String, String> properties) NoMatchingTableFactoryException(String message, String matchCandidatesMessage, Class<?> factoryClass, List<TableFactory> factories, Map<String, String> properties, Throwable cause) -
Method Summary
Methods inherited from class org.apache.flink.table.api.NoMatchingTableFactoryException
getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoMatchingTableFactoryException
-
NoMatchingTableFactoryException
-
NoMatchingTableFactoryException
-