| Package | Description | 
|---|---|
| org.apache.commons.jexl3 | Provides a framework for evaluating JEXL expressions. | 
| Modifier and Type | Method and Description | 
|---|---|
| static JexlException.VariableIssue | JexlException.VariableIssue. valueOf(String name)Returns 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | JexlException. variableError(org.apache.commons.jexl3.parser.JexlNode node,
             String variable,
             JexlException.VariableIssue issue)Generates a message for a variable error. | 
| Constructor and Description | 
|---|
| Variable(org.apache.commons.jexl3.parser.JexlNode node,
        String var,
        JexlException.VariableIssue vi)Creates a new Variable exception instance. | 
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.