Uses of Class
org.apache.flink.table.api.ValidationException
Packages that use ValidationException
-
Uses of ValidationException in org.apache.flink.table.types.inference
Methods in org.apache.flink.table.types.inference that return ValidationExceptionModifier and TypeMethodDescriptionstatic ValidationExceptionTypeInferenceUtil.createInvalidCallException(CallContext callContext, ValidationException cause) Returns an exception for an invalid call to a function.static ValidationExceptionTypeInferenceUtil.createInvalidInputException(TypeInference typeInference, CallContext callContext, ValidationException cause) Returns an exception for invalid input arguments.default ValidationExceptionCallContext.newValidationError(String message, Object... args) Creates a validation exception for exiting the type inference process with a meaningful exception.Methods in org.apache.flink.table.types.inference with parameters of type ValidationExceptionModifier and TypeMethodDescriptionstatic ValidationExceptionTypeInferenceUtil.createInvalidCallException(CallContext callContext, ValidationException cause) Returns an exception for an invalid call to a function.static ValidationExceptionTypeInferenceUtil.createInvalidInputException(TypeInference typeInference, CallContext callContext, ValidationException cause) Returns an exception for invalid input arguments.