Uses of Class
dev.cel.common.CelValidationException
-
Packages that use CelValidationException Package Description dev.cel.common dev.cel.common.ast -
-
Uses of CelValidationException in dev.cel.common
Methods in dev.cel.common that throw CelValidationException Modifier and Type Method Description CelAbstractSyntaxTreeCelValidationResult. getAst()Returns the validatedCelAbstractSyntaxTreeif one exists. -
Uses of CelValidationException in dev.cel.common.ast
Methods in dev.cel.common.ast that throw CelValidationException Modifier and Type Method Description static java.lang.ObjectCelExprUtil. evaluateExpr(Cel cel, CelExpr expr)Type-checks and evaluates a CelExpr.static java.lang.ObjectCelExprUtil. evaluateExpr(Cel cel, CelExpr expr, java.lang.Class<?> expectedResultType)Type-checks and evaluates a CelExpr.
-