Uses of Class
org.jdesktop.el.ELException
-
Packages that use ELException Package Description org.jdesktop.el org.jdesktop.el.impl org.jdesktop.el.impl.lang org.jdesktop.el.impl.parser org.jdesktop.el.impl.util -
-
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)ClassValueExpressionImpl. getType(ELContext context)ObjectValueExpressionImpl. getValue(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.jdesktop.el.impl.lang
Methods in org.jdesktop.el.impl.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.jdesktop.el.impl.lang that throw ELException Constructor Description ExpressionBuilder(String expression, ELContext ctx) -
Uses of ELException in org.jdesktop.el.impl.parser
-
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 PropertyDescriptorReflectionUtil. getPropertyDescriptor(Object base, Object property)
-