Uses of Class
javax.el.ELException
-
Packages that use ELException Package Description javax.el Provides the API for the Unified Expression Language shared by the JSP 2.1 and JSF 1.2 technologies. -
-
Uses of ELException in javax.el
Subclasses of ELException in javax.el Modifier and Type Class Description classMethodNotFoundExceptionThrown when a method could not be found while evaluating aMethodExpression.classPropertyNotFoundExceptionThrown when a property could not be found while evaluating aValueExpressionorMethodExpression.classPropertyNotWritableExceptionThrown when a property could not be written to while setting the value on aValueExpression.
-