Uses of Class
jakarta.el.ELException
-
Packages that use ELException Package Description com.sun.el com.sun.el.lang com.sun.el.parser com.sun.el.util jakarta.el Provides the API for Jakarta Expression Language 4.0 -
-
Uses of ELException in com.sun.el
Methods in com.sun.el 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)private NodeMethodExpressionImpl. getNode()private NodeValueExpressionImpl. getNode()java.lang.Class<?>ValueExpressionImpl. getType(ELContext context)java.lang.ObjectValueExpressionImpl. getValue(ELContext context)ValueReferenceValueExpressionImpl. getValueReference(ELContext context)java.lang.ObjectMethodExpressionImpl. invoke(ELContext context, java.lang.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.java.lang.ObjectMethodExpressionLiteral. invoke(ELContext context, java.lang.Object[] params)booleanValueExpressionImpl. isReadOnly(ELContext context)voidValueExpressionImpl. setValue(ELContext context, java.lang.Object value) -
Uses of ELException in com.sun.el.lang
Methods in com.sun.el.lang that throw ELException Modifier and Type Method Description private NodeExpressionBuilder. build()static intELSupport. compare(java.lang.Object obj0, java.lang.Object obj1)MethodExpressionExpressionBuilder. createMethodExpression(java.lang.Class expectedReturnType, java.lang.Class[] expectedParamTypes)static NodeExpressionBuilder. createNode(java.lang.String expr)private static NodeExpressionBuilder. createNodeInternal(java.lang.String expr)ValueExpressionExpressionBuilder. createValueExpression(java.lang.Class expectedType)static booleanELSupport. equals(java.lang.Object obj0, java.lang.Object obj1)private voidExpressionBuilder. prepare(Node node)Scan the expression nodes and captures the functions and variables used in this expression.static voidELSupport. throwUnhandled(java.lang.Object base, java.lang.Object property)voidExpressionBuilder. visit(Node node)Constructors in com.sun.el.lang that throw ELException Constructor Description ExpressionBuilder(java.lang.String expression, ELContext ctx) -
Uses of ELException in com.sun.el.parser
Methods in com.sun.el.parser that throw ELException Modifier and Type Method Description voidNode. accept(NodeVisitor visitor)voidSimpleNode. accept(NodeVisitor visitor)private MethodExpressionAstIdentifier. getMethodExpression(EvaluationContext ctx)MethodInfoAstIdentifier. getMethodInfo(EvaluationContext ctx, java.lang.Class[] paramTypes)MethodInfoAstValue. getMethodInfo(EvaluationContext ctx, java.lang.Class[] paramTypes)MethodInfoNode. getMethodInfo(EvaluationContext ctx, java.lang.Class[] paramTypes)MethodInfoSimpleNode. getMethodInfo(EvaluationContext ctx, java.lang.Class[] paramTypes)java.lang.Object[]AstMethodArguments. getParameters(EvaluationContext ctx)private AstValue.TargetAstValue. getTarget(EvaluationContext ctx)java.lang.ClassArithmeticNode. getType(EvaluationContext ctx)java.lang.ClassAstChoice. getType(EvaluationContext ctx)java.lang.ClassAstCompositeExpression. getType(EvaluationContext ctx)java.lang.ClassAstDeferredExpression. getType(EvaluationContext ctx)java.lang.ClassAstDynamicExpression. getType(EvaluationContext ctx)java.lang.ClassAstEmpty. getType(EvaluationContext ctx)java.lang.ClassAstFloatingPoint. getType(EvaluationContext ctx)java.lang.ClassAstFunction. getType(EvaluationContext ctx)java.lang.ClassAstIdentifier. getType(EvaluationContext ctx)java.lang.ClassAstInteger. getType(EvaluationContext ctx)java.lang.ClassAstLiteralExpression. getType(EvaluationContext ctx)java.lang.ClassAstNegative. getType(EvaluationContext ctx)java.lang.ClassAstNot. getType(EvaluationContext ctx)java.lang.ClassAstNull. getType(EvaluationContext ctx)java.lang.ClassAstString. getType(EvaluationContext ctx)java.lang.ClassAstValue. getType(EvaluationContext ctx)java.lang.ClassBooleanNode. getType(EvaluationContext ctx)java.lang.ClassNode. getType(EvaluationContext ctx)java.lang.ClassSimpleNode. getType(EvaluationContext ctx)java.lang.ObjectAstAnd. getValue(EvaluationContext ctx)java.lang.ObjectAstAssign. getValue(EvaluationContext ctx)java.lang.ObjectAstBracketSuffix. getValue(EvaluationContext ctx)java.lang.ObjectAstChoice. getValue(EvaluationContext ctx)java.lang.ObjectAstCompositeExpression. getValue(EvaluationContext ctx)java.lang.ObjectAstConcat. getValue(EvaluationContext ctx)java.lang.ObjectAstDeferredExpression. getValue(EvaluationContext ctx)java.lang.ObjectAstDiv. getValue(EvaluationContext ctx)java.lang.ObjectAstDotSuffix. getValue(EvaluationContext ctx)java.lang.ObjectAstDynamicExpression. getValue(EvaluationContext ctx)java.lang.ObjectAstEmpty. getValue(EvaluationContext ctx)java.lang.ObjectAstEqual. getValue(EvaluationContext ctx)java.lang.ObjectAstFalse. getValue(EvaluationContext ctx)java.lang.ObjectAstFloatingPoint. getValue(EvaluationContext ctx)java.lang.ObjectAstFunction. getValue(EvaluationContext ctx)java.lang.ObjectAstGreaterThan. getValue(EvaluationContext ctx)java.lang.ObjectAstGreaterThanEqual. getValue(EvaluationContext ctx)java.lang.ObjectAstIdentifier. getValue(EvaluationContext ctx)java.lang.ObjectAstInteger. getValue(EvaluationContext ctx)java.lang.ObjectAstLambdaExpression. getValue(EvaluationContext ctx)java.lang.ObjectAstLessThan. getValue(EvaluationContext ctx)java.lang.ObjectAstLessThanEqual. getValue(EvaluationContext ctx)java.lang.ObjectAstLiteralExpression. getValue(EvaluationContext ctx)java.lang.ObjectAstMinus. getValue(EvaluationContext ctx)java.lang.ObjectAstMod. getValue(EvaluationContext ctx)java.lang.ObjectAstMult. getValue(EvaluationContext ctx)java.lang.ObjectAstNegative. getValue(EvaluationContext ctx)java.lang.ObjectAstNot. getValue(EvaluationContext ctx)java.lang.ObjectAstNotEqual. getValue(EvaluationContext ctx)java.lang.ObjectAstNull. getValue(EvaluationContext ctx)java.lang.ObjectAstOr. getValue(EvaluationContext ctx)java.lang.ObjectAstPlus. getValue(EvaluationContext ctx)java.lang.ObjectAstSemiColon. getValue(EvaluationContext ctx)java.lang.ObjectAstString. getValue(EvaluationContext ctx)java.lang.ObjectAstTrue. getValue(EvaluationContext ctx)java.lang.ObjectAstValue. getValue(EvaluationContext ctx)private java.lang.ObjectAstValue. getValue(java.lang.Object base, Node child, EvaluationContext ctx)java.lang.ObjectNode. getValue(EvaluationContext ctx)java.lang.ObjectSimpleNode. getValue(EvaluationContext ctx)ValueReferenceAstIdentifier. getValueReference(EvaluationContext ctx)ValueReferenceAstValue. getValueReference(EvaluationContext ctx)ValueReferenceNode. getValueReference(EvaluationContext ctx)ValueReferenceSimpleNode. getValueReference(EvaluationContext ctx)java.lang.ObjectAstChoice. invoke(EvaluationContext ctx, java.lang.Class[] paramTypes, java.lang.Object[] paramValues)java.lang.ObjectAstIdentifier. invoke(EvaluationContext ctx, java.lang.Class[] paramTypes, java.lang.Object[] paramValues)java.lang.ObjectAstValue. invoke(EvaluationContext ctx, java.lang.Class[] paramTypes, java.lang.Object[] paramValues)java.lang.ObjectNode. invoke(EvaluationContext ctx, java.lang.Class[] paramTypes, java.lang.Object[] paramValues)java.lang.ObjectSimpleNode. invoke(EvaluationContext ctx, java.lang.Class[] paramTypes, java.lang.Object[] paramValues)booleanAstChoice. isReadOnly(EvaluationContext ctx)booleanAstDeferredExpression. isReadOnly(EvaluationContext ctx)booleanAstDynamicExpression. isReadOnly(EvaluationContext ctx)booleanAstIdentifier. isReadOnly(EvaluationContext ctx)booleanAstValue. isReadOnly(EvaluationContext ctx)booleanNode. isReadOnly(EvaluationContext ctx)booleanSimpleNode. isReadOnly(EvaluationContext ctx)static NodeELParser. parse(java.lang.String ref)voidAstChoice. setValue(EvaluationContext ctx, java.lang.Object value)voidAstDeferredExpression. setValue(EvaluationContext ctx, java.lang.Object value)voidAstDynamicExpression. setValue(EvaluationContext ctx, java.lang.Object value)voidAstIdentifier. setValue(EvaluationContext ctx, java.lang.Object value)voidAstSemiColon. setValue(EvaluationContext ctx, java.lang.Object value)voidAstValue. setValue(EvaluationContext ctx, java.lang.Object value)voidNode. setValue(EvaluationContext ctx, java.lang.Object value)voidSimpleNode. setValue(EvaluationContext ctx, java.lang.Object value)voidNodeVisitor. visit(Node node) -
Uses of ELException in com.sun.el.util
Methods in com.sun.el.util that throw ELException Modifier and Type Method Description static java.beans.PropertyDescriptorReflectionUtil. getPropertyDescriptor(java.lang.Object base, java.lang.Object property) -
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(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.
-