Package org.apache.flink.table.api
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
Deprecated.
Exception for not finding a
TableFactory for the given properties.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoMatchingTableFactoryException(String message, Class<?> factoryClass, List<TableFactory> factories, Map<String, String> properties) Deprecated.NoMatchingTableFactoryException(String message, String matchCandidatesMessage, Class<?> factoryClass, List<TableFactory> factories, Map<String, String> properties) Deprecated.NoMatchingTableFactoryException(String message, String matchCandidatesMessage, Class<?> factoryClass, List<TableFactory> factories, Map<String, String> properties, Throwable cause) Deprecated. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoMatchingTableFactoryException
public NoMatchingTableFactoryException(String message, @Nullable String matchCandidatesMessage, Class<?> factoryClass, List<TableFactory> factories, Map<String, String> properties, Throwable cause) Deprecated. -
NoMatchingTableFactoryException
public NoMatchingTableFactoryException(String message, Class<?> factoryClass, List<TableFactory> factories, Map<String, String> properties) Deprecated. -
NoMatchingTableFactoryException
public NoMatchingTableFactoryException(String message, @Nullable String matchCandidatesMessage, Class<?> factoryClass, List<TableFactory> factories, Map<String, String> properties) Deprecated.
-
-
Method Details
-
getMessage
Deprecated.- Overrides:
getMessagein classThrowable
-
NoMatchingTableFactoryExceptionand should not be used directly anymore.