Uses of Enum
org.apache.commons.jexl3.JexlException.VariableIssue
Packages that use JexlException.VariableIssue
-
Uses of JexlException.VariableIssue in org.apache.commons.jexl3
Subclasses with type arguments of type JexlException.VariableIssue in org.apache.commons.jexl3Modifier and TypeClassDescriptionstatic enumThe various type of variable issues.Methods in org.apache.commons.jexl3 that return JexlException.VariableIssueModifier and TypeMethodDescriptionstatic JexlException.VariableIssueReturns the enum constant of this type with the specified name.static JexlException.VariableIssue[]JexlException.VariableIssue.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.jexl3 with parameters of type JexlException.VariableIssueModifier and TypeMethodDescriptionstatic StringJexlException.variableError(org.apache.commons.jexl3.parser.JexlNode node, String variable, JexlException.VariableIssue issue) Generates a message for a variable error.Constructors in org.apache.commons.jexl3 with parameters of type JexlException.VariableIssueModifierConstructorDescriptionVariable(org.apache.commons.jexl3.parser.JexlNode node, String var, JexlException.VariableIssue vi) Creates a new Variable exception instance.