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 ExpressionValidationException
NamedFunction. validationFailed(String reasonFormat, Object... args)
Helper method for creating aExpressionValidationException
with the specified reasondefault ExpressionValidationException
NamedFunction. validationFailed(Throwable e, String reasonFormat, Object... args)
-