Class UnsupportedTableFeatureException

Object
Throwable
Exception
RuntimeException
io.delta.kernel.exceptions.KernelException
io.delta.kernel.exceptions.UnsupportedTableFeatureException
All Implemented Interfaces:
Serializable

@Evolving public class UnsupportedTableFeatureException extends KernelException
Base exception thrown when Kernel encounters unsupported table features.
Since:
4.1.0
See Also:
  • Constructor Details

    • UnsupportedTableFeatureException

      public UnsupportedTableFeatureException(String tablePath, Set<String> unsupportedFeatures, String message)
    • UnsupportedTableFeatureException

      public UnsupportedTableFeatureException(String tablePath, String unsupportedFeature, String message)
  • Method Details

    • getTablePath

      public String getTablePath()
      Returns:
      the table path where the unsupported features were encountered, or null if not applicable
    • getUnsupportedFeatures

      public Set<String> getUnsupportedFeatures()
      Returns:
      an unmodifiable set of unsupported feature names