| Package | Description | 
|---|---|
| org.apache.commons.jexl3 | Provides a framework for evaluating JEXL expressions. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | JexlException.AmbiguousThrown when parsing fails due to an ambiguous statement. | 
| static class  | JexlException.AnnotationThrown when an annotation handler throws an exception. | 
| static class  | JexlException.AssignmentThrown when parsing fails due to an invalid assigment. | 
| static class  | JexlException.BreakThrown to break a loop. | 
| static class  | JexlException.CancelThrown to cancel a script execution. | 
| static class  | JexlException.ContinueThrown to continue a loop. | 
| static class  | JexlException.FeatureThrown when parsing fails due to a disallowed feature. | 
| static class  | JexlException.MethodThrown when a method or ctor is unknown, ambiguous or inaccessible. | 
| static class  | JexlException.OperatorThrown when an operator fails. | 
| static class  | JexlException.ParsingThrown when parsing fails. | 
| static class  | JexlException.PropertyThrown when a property is unknown. | 
| static class  | JexlException.ReturnThrown to return a value. | 
| static class  | JexlException.StackOverflowThrown when reaching stack-overflow. | 
| static class  | JexlException.TokenizationThrown when tokenization fails. | 
| static class  | JexlException.TryFailedThrown when method/ctor invocation fails. | 
| static class  | JexlException.VariableThrown when a variable is unknown. | 
| static class  | JxltEngine.ExceptionThe sole type of (runtime) exception the JxltEngine can throw. | 
| Modifier and Type | Method and Description | 
|---|---|
| JexlException | JexlException. clean()Cleans a JexlException from any org.apache.commons.jexl3.internal stack trace element. | 
| static JexlException | JexlException. tryFailed(InvocationTargetException xinvoke)Wrap an invocation exception. | 
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.