Package | Description |
---|---|
org.apache.commons.jexl2 |
Modifier and Type | Class | 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 | Description |
---|---|---|
protected java.lang.Object |
Interpreter.invocationFailed(JexlException xjexl) |
Triggered when method, function or constructor invocation fails.
|
protected java.lang.Object |
Interpreter.unknownVariable(JexlException xjexl) |
Triggered when variable can not be resolved.
|