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
@Internal public class NoMatchingTableFactoryException extends NoMatchingTableFactoryException
Exception for not finding aTableFactoryfor the given properties.This replaces the deprecated
NoMatchingTableFactoryException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoMatchingTableFactoryException(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
getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoMatchingTableFactoryException
public NoMatchingTableFactoryException(String message, @Nullable String matchCandidatesMessage, Class<?> factoryClass, List<TableFactory> factories, Map<String,String> properties, Throwable cause)
-
NoMatchingTableFactoryException
public NoMatchingTableFactoryException(String message, Class<?> factoryClass, List<TableFactory> factories, Map<String,String> properties)
-
-