Uses of Class
org.apache.druid.math.expr.ExpressionValidationException
Packages that use ExpressionValidationException
-
Uses of ExpressionValidationException in org.apache.druid.math.expr
Methods in org.apache.druid.math.expr that return ExpressionValidationExceptionModifier and TypeMethodDescriptiondefault ExpressionValidationExceptionNamedFunction.validationFailed(String reasonFormat, Object... args) Helper method for creating aExpressionValidationExceptionwith the specified reasondefault ExpressionValidationExceptionNamedFunction.validationFailed(Throwable e, String reasonFormat, Object... args)