Uses of Class
javax.el.ELException
-
Packages that use ELException Package Description javax.el Provides the API for Jakarta Expression Language 4.0 -
-
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.Methods in javax.el that throw ELException Modifier and Type Method Description voidELManager. importClass(java.lang.String className)Import a class.voidImportHandler. importClass(java.lang.String name)Import a class.voidELManager. importStatic(java.lang.String staticMemberName)Import a static field or method.voidImportHandler. importStatic(java.lang.String name)Import a static field or method.java.lang.ObjectLambdaExpression. invoke(ELContext elContext, java.lang.Object... args)Invoke the encapsulated Lambda expression.
-