Uses of Class
org.apache.flink.table.api.ValidationException
-
Packages that use ValidationException Package Description org.apache.flink.table.types.inference -
-
Uses of ValidationException in org.apache.flink.table.types.inference
Methods in org.apache.flink.table.types.inference that return ValidationException Modifier and Type Method Description static 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 ValidationException Modifier and Type Method Description static 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.
-