Package io.delta.kernel.exceptions
Class InvalidConfigurationValueException
Object
Throwable
Exception
RuntimeException
io.delta.kernel.exceptions.KernelException
io.delta.kernel.exceptions.InvalidConfigurationValueException
- All Implemented Interfaces:
Serializable
Thrown when an illegal value is specified for a table property.
- Since:
- 3.3.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidConfigurationValueException
(String key, String value, String helpMessage) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidConfigurationValueException
-