Class InvalidConfigurationValueException

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

@Evolving public class InvalidConfigurationValueException extends KernelException
Thrown when an illegal value is specified for a table property.
Since:
3.3.0
See Also:
  • Constructor Details

    • InvalidConfigurationValueException

      public InvalidConfigurationValueException(String key, String value, String helpMessage)