Uses of Class
org.apache.iotdb.udf.api.exception.UDFParameterNotValidException
-
Packages that use UDFParameterNotValidException Package Description org.apache.iotdb.udf.api.customizer.parameter org.apache.iotdb.udf.api.exception -
-
Uses of UDFParameterNotValidException in org.apache.iotdb.udf.api.customizer.parameter
Methods in org.apache.iotdb.udf.api.customizer.parameter that throw UDFParameterNotValidException Modifier and Type Method Description UDFParameterValidatorUDFParameterValidator. validate(UDFParameterValidator.MultipleObjectsValidationRule validationRule, java.lang.String messageToThrow, java.lang.Object... arguments)Validates the input parameters according to the validation rule given by the user.UDFParameterValidatorUDFParameterValidator. validate(UDFParameterValidator.SingleObjectValidationRule validationRule, java.lang.String messageToThrow, java.lang.Object argument)Validates the input parameters according to the validation rule given by the user. -
Uses of UDFParameterNotValidException in org.apache.iotdb.udf.api.exception
Subclasses of UDFParameterNotValidException in org.apache.iotdb.udf.api.exception Modifier and Type Class Description classUDFAttributeNotProvidedExceptionclassUDFInputSeriesDataTypeNotValidExceptionclassUDFInputSeriesIndexNotValidExceptionclassUDFInputSeriesNumberNotValidExceptionclassUDFOutputSeriesDataTypeNotValidException
-