Class TableNotFoundException

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

@Evolving public class TableNotFoundException extends KernelException
Thrown when there is no Delta table at the given location.
Since:
3.0.0
See Also:
  • Constructor Details

    • TableNotFoundException

      public TableNotFoundException(String tablePath)
    • TableNotFoundException

      public TableNotFoundException(String tablePath, String context)
  • Method Details

    • getTablePath

      public String getTablePath()
      Returns:
      the provided path where no Delta table was found