Uses of Class
jakarta.el.ELException
-
-
Uses of ELException in jakarta.el
Subclasses of ELException in jakarta.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 jakarta.el that throw ELException Modifier and Type Method Description voidELManager. importClass(String className)Import a class.voidImportHandler. importClass(String name)Import a class.voidELManager. importStatic(String staticMemberName)Import a static field or method.voidImportHandler. importStatic(String name)Import a static field or method.ObjectLambdaExpression. invoke(ELContext elContext, Object... args)Invoke the encapsulated Lambda expression.
-