Uses of Class
org.jdesktop.el.ELException
-
Packages that use ELException Package Description org.jdesktop.el Customized version of EL for Beans Binding; not for general use.org.jdesktop.el.impl Customized version of EL for Beans Binding; not for general use.org.jdesktop.el.impl.lang Customized version of EL for Beans Binding; not for general use.org.jdesktop.el.impl.parser Customized version of EL for Beans Binding; not for general use.org.jdesktop.el.impl.util Customized version of EL for Beans Binding; not for general use. -
-
Uses of ELException in org.jdesktop.el
Subclasses of ELException in org.jdesktop.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 org.jdesktop.el that throw ELException Modifier and Type Method Description Expression.ResultValueExpression. getResult(ELContext context, boolean trackResolvedObjects) -
Uses of ELException in org.jdesktop.el.impl
Methods in org.jdesktop.el.impl 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)Expression.ResultValueExpressionImpl. getResult(ELContext context, boolean trackResolvedObjects)java.lang.ClassValueExpressionImpl. getType(ELContext context)java.lang.ObjectValueExpressionImpl. getValue(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 org.jdesktop.el.impl.lang
Methods in org.jdesktop.el.impl.lang that throw ELException Modifier and Type Method Description 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)ValueExpressionExpressionBuilder. createValueExpression(java.lang.Class expectedType)static booleanELSupport. equals(java.lang.Object obj0, java.lang.Object obj1)static voidELSupport. throwUnhandled(java.lang.Object base, java.lang.Object property)voidExpressionBuilder. visit(Node node)Constructors in org.jdesktop.el.impl.lang that throw ELException Constructor Description ExpressionBuilder(java.lang.String expression, ELContext ctx) -
Uses of ELException in org.jdesktop.el.impl.parser
Methods in org.jdesktop.el.impl.parser that throw ELException Modifier and Type Method Description voidNode. accept(NodeVisitor visitor)voidSimpleNode. accept(NodeVisitor visitor)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.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.ObjectAstBracketSuffix. getValue(EvaluationContext ctx)java.lang.ObjectAstChoice. getValue(EvaluationContext ctx)java.lang.ObjectAstCompositeExpression. 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.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.ObjectAstString. getValue(EvaluationContext ctx)java.lang.ObjectAstTrue. getValue(EvaluationContext ctx)java.lang.ObjectAstValue. getValue(EvaluationContext ctx)java.lang.ObjectNode. getValue(EvaluationContext ctx)java.lang.ObjectSimpleNode. getValue(EvaluationContext ctx)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)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)voidAstDeferredExpression. setValue(EvaluationContext ctx, java.lang.Object value)voidAstDynamicExpression. setValue(EvaluationContext ctx, java.lang.Object value)voidAstIdentifier. 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 org.jdesktop.el.impl.util
Methods in org.jdesktop.el.impl.util that throw ELException Modifier and Type Method Description static java.beans.PropertyDescriptorReflectionUtil. getPropertyDescriptor(java.lang.Object base, java.lang.Object property)
-