Package io.delta.kernel.exceptions
Class UnsupportedTableFeatureException
Object
Throwable
Exception
RuntimeException
io.delta.kernel.exceptions.KernelException
io.delta.kernel.exceptions.UnsupportedTableFeatureException
- All Implemented Interfaces:
Serializable
Base exception thrown when Kernel encounters unsupported table features.
- Since:
- 4.1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedTableFeatureException(String tablePath, String unsupportedFeature, String message) UnsupportedTableFeatureException(String tablePath, Set<String> unsupportedFeatures, String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedTableFeatureException
-
UnsupportedTableFeatureException
-
-
Method Details
-
getTablePath
- Returns:
- the table path where the unsupported features were encountered, or null if not applicable
-
getUnsupportedFeatures
- Returns:
- an unmodifiable set of unsupported feature names
-