Uses of Class
com.randomnoun.common.jexl.eval.EvalException
Packages that use EvalException
Package
Description
-
Uses of EvalException in com.randomnoun.common.jexl.eval
Methods in com.randomnoun.common.jexl.eval that throw EvalExceptionModifier and TypeMethodDescriptionEvalFunction.evaluate
(String functionName, EvalContext context, List<Object> arguments) This is the main entry point for classes that implement this interface.EvalContext.getVariableComponent
(Object varObj, String baseName, String componentName) Returns a component of a compound variable (which must currently be a Map object). -
Uses of EvalException in com.randomnoun.common.jexl.eval.function
Methods in com.randomnoun.common.jexl.eval.function that throw EvalExceptionModifier and TypeMethodDescriptionEndsWithFunction.evaluate
(String functionName, EvalContext context, List<Object> arguments) Implements the function as per the class description.LikeFunction.evaluate
(String functionName, EvalContext context, List<Object> arguments) Implements the function as per the class description.StartsWithFunction.evaluate
(String functionName, EvalContext context, List<Object> arguments) Implements the function as per the class description. -
Uses of EvalException in com.randomnoun.common.jexl.sql
Methods in com.randomnoun.common.jexl.sql that throw EvalException