@Internal public class NoMatchingTableFactoryException extends NoMatchingTableFactoryException
TableFactory
for the given properties.
This replaces the deprecated NoMatchingTableFactoryException
.
Constructor and 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) |
getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoMatchingTableFactoryException(String message, @Nullable String matchCandidatesMessage, Class<?> factoryClass, List<TableFactory> factories, Map<String,String> properties, Throwable cause)
public NoMatchingTableFactoryException(String message, Class<?> factoryClass, List<TableFactory> factories, Map<String,String> properties)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.