Uses of Class
jakarta.el.ELException
-
Packages that use ELException Package Description jakarta.el Provides the API for Jakarta Expression Language 5.0org.glassfish.expressly org.glassfish.expressly.lang org.glassfish.expressly.parser org.glassfish.expressly.util org.hibernate.validator.internal.engine.messageinterpolation.el Helper classes for setting up the Expression Language context for message interpolation. -
-
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. -
Uses of ELException in org.glassfish.expressly
Methods in org.glassfish.expressly that throw ELException Modifier and Type Method Description MethodInfoMethodExpressionImpl. getMethodInfo(ELContext context)Evaluates the expression relative to the provided context, and returns information about the actual referenced method.MethodInfoMethodExpressionLiteral. getMethodInfo(ELContext context)Class<?>ValueExpressionImpl. getType(ELContext context)<T> TValueExpressionImpl. getValue(ELContext context)ValueReferenceValueExpressionImpl. getValueReference(ELContext context)ObjectMethodExpressionImpl. invoke(ELContext context, Object[] params)Evaluates the expression relative to the provided context, invokes the method that was found using the supplied parameters, and returns the result of the method invocation.ObjectMethodExpressionLiteral. invoke(ELContext context, Object[] params)booleanValueExpressionImpl. isReadOnly(ELContext context)voidValueExpressionImpl. setValue(ELContext context, Object value) -
Uses of ELException in org.glassfish.expressly.lang
Methods in org.glassfish.expressly.lang that throw ELException Modifier and Type Method Description static intELSupport. compare(Object obj0, Object obj1)MethodExpressionExpressionBuilder. createMethodExpression(Class<?> expectedReturnType, Class<?>[] expectedParamTypes)static NodeExpressionBuilder. createNode(String expr)ValueExpressionExpressionBuilder. createValueExpression(Class<?> expectedType)static booleanELSupport. equals(Object obj0, Object obj1)static voidELSupport. throwUnhandled(Object base, Object property)voidExpressionBuilder. visit(Node node)Constructors in org.glassfish.expressly.lang that throw ELException Constructor Description ExpressionBuilder(String expression, ELContext ctx) -
Uses of ELException in org.glassfish.expressly.parser
-
Uses of ELException in org.glassfish.expressly.util
Methods in org.glassfish.expressly.util that throw ELException Modifier and Type Method Description static PropertyDescriptorReflectionUtil. getPropertyDescriptor(Object base, Object property) -
Uses of ELException in org.hibernate.validator.internal.engine.messageinterpolation.el
Subclasses of ELException in org.hibernate.validator.internal.engine.messageinterpolation.el Modifier and Type Class Description classDisabledFeatureELException
-