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 ValidationException
TypeInferenceUtil. createInvalidCallException(CallContext callContext, ValidationException cause)
Returns an exception for an invalid call to a function.static ValidationException
TypeInferenceUtil. createInvalidInputException(TypeInference typeInference, CallContext callContext, ValidationException cause)
Returns an exception for invalid input arguments.default ValidationException
CallContext. 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 ValidationException
TypeInferenceUtil. createInvalidCallException(CallContext callContext, ValidationException cause)
Returns an exception for an invalid call to a function.static ValidationException
TypeInferenceUtil. createInvalidInputException(TypeInference typeInference, CallContext callContext, ValidationException cause)
Returns an exception for invalid input arguments.
-