Package | Description |
---|---|
org.apache.commons.jexl2 |
Provides a framework for evaluating JEXL expressions.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
JexlException.Cancel
Thrown to cancel a script execution.
|
static class |
JexlException.Method
Thrown when a method or ctor is unknown, ambiguous or inaccessible.
|
static class |
JexlException.Parsing
Thrown when parsing fails.
|
static class |
JexlException.Property
Thrown when a property is unknown.
|
protected static class |
JexlException.Return
Thrown to return a value.
|
static class |
JexlException.Tokenization
Thrown when tokenization fails.
|
static class |
JexlException.Variable
Thrown when a variable is unknown.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
Interpreter.invocationFailed(JexlException xjexl)
Triggered when method, function or constructor invocation fails.
|
protected Object |
Interpreter.unknownVariable(JexlException xjexl)
Triggered when variable can not be resolved.
|
Copyright © 2022. All rights reserved.