Uses of Class
org.jdesktop.el.ELException
Packages that use ELException
Package
Description
Customized version of EL for Beans Binding; not for general use.
Customized version of EL for Beans Binding; not for general use.
Customized version of EL for Beans Binding; not for general use.
Customized version of EL for Beans Binding; not for general use.
Customized version of EL for Beans Binding; not for general use.
-
Uses of ELException in org.jdesktop.el
Subclasses of ELException in org.jdesktop.elModifier and TypeClassDescriptionclass
Thrown when a method could not be found while evaluating aMethodExpression
.class
Thrown when a property could not be found while evaluating aValueExpression
orMethodExpression
.class
Thrown when a property could not be written to while setting the value on aValueExpression
.Methods in org.jdesktop.el that throw ELExceptionModifier and TypeMethodDescription -
Uses of ELException in org.jdesktop.el.impl
Methods in org.jdesktop.el.impl that throw ELExceptionModifier and TypeMethodDescriptionMethodExpressionImpl.getMethodInfo
(ELContext context) Evaluates the expression relative to the provided context, and returns information about the actual referenced method.MethodExpressionLiteral.getMethodInfo
(ELContext context) 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.boolean
ValueExpressionImpl.isReadOnly
(ELContext context) void
-
Uses of ELException in org.jdesktop.el.impl.lang
Methods in org.jdesktop.el.impl.lang that throw ELExceptionModifier and TypeMethodDescriptionstatic final int
ExpressionBuilder.createMethodExpression
(Class expectedReturnType, Class[] expectedParamTypes) static final Node
ExpressionBuilder.createNode
(String expr) ExpressionBuilder.createValueExpression
(Class expectedType) static final boolean
static final void
ELSupport.throwUnhandled
(Object base, Object property) void
Constructors in org.jdesktop.el.impl.lang that throw ELException -
Uses of ELException in org.jdesktop.el.impl.parser
Methods in org.jdesktop.el.impl.parser that throw ELExceptionModifier and TypeMethodDescriptionvoid
Node.accept
(NodeVisitor visitor) void
SimpleNode.accept
(NodeVisitor visitor) AstIdentifier.getMethodInfo
(EvaluationContext ctx, Class[] paramTypes) AstValue.getMethodInfo
(EvaluationContext ctx, Class[] paramTypes) Node.getMethodInfo
(EvaluationContext ctx, Class[] paramTypes) SimpleNode.getMethodInfo
(EvaluationContext ctx, Class[] paramTypes) ArithmeticNode.getType
(EvaluationContext ctx) AstChoice.getType
(EvaluationContext ctx) AstCompositeExpression.getType
(EvaluationContext ctx) AstDeferredExpression.getType
(EvaluationContext ctx) AstDynamicExpression.getType
(EvaluationContext ctx) AstEmpty.getType
(EvaluationContext ctx) AstFloatingPoint.getType
(EvaluationContext ctx) AstFunction.getType
(EvaluationContext ctx) AstIdentifier.getType
(EvaluationContext ctx) AstInteger.getType
(EvaluationContext ctx) AstLiteralExpression.getType
(EvaluationContext ctx) AstNegative.getType
(EvaluationContext ctx) AstNot.getType
(EvaluationContext ctx) AstNull.getType
(EvaluationContext ctx) AstString.getType
(EvaluationContext ctx) AstValue.getType
(EvaluationContext ctx) BooleanNode.getType
(EvaluationContext ctx) Node.getType
(EvaluationContext ctx) SimpleNode.getType
(EvaluationContext ctx) AstAnd.getValue
(EvaluationContext ctx) AstBracketSuffix.getValue
(EvaluationContext ctx) AstChoice.getValue
(EvaluationContext ctx) AstCompositeExpression.getValue
(EvaluationContext ctx) AstDeferredExpression.getValue
(EvaluationContext ctx) AstDiv.getValue
(EvaluationContext ctx) AstDotSuffix.getValue
(EvaluationContext ctx) AstDynamicExpression.getValue
(EvaluationContext ctx) AstEmpty.getValue
(EvaluationContext ctx) AstEqual.getValue
(EvaluationContext ctx) AstFalse.getValue
(EvaluationContext ctx) AstFloatingPoint.getValue
(EvaluationContext ctx) AstFunction.getValue
(EvaluationContext ctx) AstGreaterThan.getValue
(EvaluationContext ctx) AstGreaterThanEqual.getValue
(EvaluationContext ctx) AstIdentifier.getValue
(EvaluationContext ctx) AstInteger.getValue
(EvaluationContext ctx) AstLessThan.getValue
(EvaluationContext ctx) AstLessThanEqual.getValue
(EvaluationContext ctx) AstLiteralExpression.getValue
(EvaluationContext ctx) AstMinus.getValue
(EvaluationContext ctx) AstMod.getValue
(EvaluationContext ctx) AstMult.getValue
(EvaluationContext ctx) AstNegative.getValue
(EvaluationContext ctx) AstNot.getValue
(EvaluationContext ctx) AstNotEqual.getValue
(EvaluationContext ctx) AstNull.getValue
(EvaluationContext ctx) AstOr.getValue
(EvaluationContext ctx) AstPlus.getValue
(EvaluationContext ctx) AstString.getValue
(EvaluationContext ctx) AstTrue.getValue
(EvaluationContext ctx) AstValue.getValue
(EvaluationContext ctx) Node.getValue
(EvaluationContext ctx) SimpleNode.getValue
(EvaluationContext ctx) AstIdentifier.invoke
(EvaluationContext ctx, Class[] paramTypes, Object[] paramValues) AstValue.invoke
(EvaluationContext ctx, Class[] paramTypes, Object[] paramValues) Node.invoke
(EvaluationContext ctx, Class[] paramTypes, Object[] paramValues) SimpleNode.invoke
(EvaluationContext ctx, Class[] paramTypes, Object[] paramValues) boolean
AstDeferredExpression.isReadOnly
(EvaluationContext ctx) boolean
AstDynamicExpression.isReadOnly
(EvaluationContext ctx) boolean
AstIdentifier.isReadOnly
(EvaluationContext ctx) boolean
AstValue.isReadOnly
(EvaluationContext ctx) boolean
Node.isReadOnly
(EvaluationContext ctx) boolean
SimpleNode.isReadOnly
(EvaluationContext ctx) static Node
void
AstDeferredExpression.setValue
(EvaluationContext ctx, Object value) void
AstDynamicExpression.setValue
(EvaluationContext ctx, Object value) void
AstIdentifier.setValue
(EvaluationContext ctx, Object value) void
AstValue.setValue
(EvaluationContext ctx, Object value) void
Node.setValue
(EvaluationContext ctx, Object value) void
SimpleNode.setValue
(EvaluationContext ctx, Object value) void
-
Uses of ELException in org.jdesktop.el.impl.util
Methods in org.jdesktop.el.impl.util that throw ELExceptionModifier and TypeMethodDescriptionstatic PropertyDescriptor
ReflectionUtil.getPropertyDescriptor
(Object base, Object property)