|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JexlException | |
---|---|
org.apache.commons.jexl2 | Provides a framework for evaluating JEXL expressions. |
Uses of JexlException in org.apache.commons.jexl2 |
---|
Subclasses of JexlException in org.apache.commons.jexl2 | |
---|---|
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. |
Methods in org.apache.commons.jexl2 with parameters of type JexlException | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |