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