Package io.delta.kernel.exceptions
Class TableNotFoundException
Object
Throwable
Exception
RuntimeException
io.delta.kernel.exceptions.KernelException
io.delta.kernel.exceptions.TableNotFoundException
- All Implemented Interfaces:
Serializable
Thrown when there is no Delta table at the given location.
- Since:
- 3.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTableNotFoundException
(String tablePath) TableNotFoundException
(String tablePath, String context) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TableNotFoundException
-
TableNotFoundException
-
-
Method Details
-
getTablePath
- Returns:
- the provided path where no Delta table was found
-