Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.jexl3.JexlException Classes and Interfaces - 13 results found.
NameDescriptionTypePackageFramework
JexlExceptionWraps any error that might occur during interpretation of a script or expression.Classorg.apache.commons.jexl3Apache Commons
JexlException .AmbiguousThrown when parsing fails due to an ambiguous statement.Classorg.apache.commons.jexl3.JexlExceptionApache Commons
JexlException .AssignmentThrown when parsing fails due to an invalid assigment.Classorg.apache.commons.jexl3.JexlExceptionApache Commons
JexlException .BreakThrown to break a loop.Classorg.apache.commons.jexl3.JexlExceptionApache Commons
JexlException .CancelThrown to cancel a script execution.Classorg.apache.commons.jexl3.JexlExceptionApache Commons
JexlException .ContinueThrown to continue a loop.Classorg.apache.commons.jexl3.JexlExceptionApache Commons
JexlException .MethodThrown when a method or ctor is unknown, ambiguous or inaccessible.Classorg.apache.commons.jexl3.JexlExceptionApache Commons
JexlException .OperatorThrown when an operator fails.Classorg.apache.commons.jexl3.JexlExceptionApache Commons
JexlException .ParsingThrown when parsing fails.Classorg.apache.commons.jexl3.JexlExceptionApache Commons
JexlException .PropertyThrown when a property is unknown.Classorg.apache.commons.jexl3.JexlExceptionApache Commons
JexlException .ReturnThrown to return a value.Classorg.apache.commons.jexl3.JexlExceptionApache Commons
JexlException .TokenizationThrown when tokenization fails.Classorg.apache.commons.jexl3.JexlExceptionApache Commons
JexlException .VariableThrown when a variable is unknown.Classorg.apache.commons.jexl3.JexlExceptionApache Commons