Uses of Class
javax.el.ELException
-
Packages that use ELException Package Description com.sun.el com.sun.el.lang com.sun.el.parser com.sun.el.util javax.el Provides the API for the Unified Expression Language 3.0 -
-
Uses of ELException in com.sun.el
Methods in com.sun.el that throw ELException Modifier and Type Method Description MethodInfo
MethodExpressionImpl. getMethodInfo(ELContext context)
Evaluates the expression relative to the provided context, and returns information about the actual referenced method.MethodInfo
MethodExpressionLiteral. getMethodInfo(ELContext context)
private Node
MethodExpressionImpl. getNode()
private Node
ValueExpressionImpl. getNode()
java.lang.Class
ValueExpressionImpl. getType(ELContext context)
java.lang.Object
ValueExpressionImpl. getValue(ELContext context)
ValueReference
ValueExpressionImpl. getValueReference(ELContext context)
java.lang.Object
MethodExpressionImpl. 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.Object
MethodExpressionLiteral. invoke(ELContext context, java.lang.Object[] params)
boolean
ValueExpressionImpl. isReadOnly(ELContext context)
void
ValueExpressionImpl. 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 Node
ExpressionBuilder. build()
static int
ELSupport. compare(java.lang.Object obj0, java.lang.Object obj1)
MethodExpression
ExpressionBuilder. createMethodExpression(java.lang.Class expectedReturnType, java.lang.Class[] expectedParamTypes)
static Node
ExpressionBuilder. createNode(java.lang.String expr)
private static Node
ExpressionBuilder. createNodeInternal(java.lang.String expr)
ValueExpression
ExpressionBuilder. createValueExpression(java.lang.Class expectedType)
static boolean
ELSupport. equals(java.lang.Object obj0, java.lang.Object obj1)
private void
ExpressionBuilder. prepare(Node node)
Scan the expression nodes and captures the functions and variables used in this expression.static void
ELSupport. throwUnhandled(java.lang.Object base, java.lang.Object property)
void
ExpressionBuilder. 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 void
Node. accept(NodeVisitor visitor)
void
SimpleNode. accept(NodeVisitor visitor)
private MethodExpression
AstIdentifier. getMethodExpression(EvaluationContext ctx)
MethodInfo
AstIdentifier. getMethodInfo(EvaluationContext ctx, java.lang.Class[] paramTypes)
MethodInfo
AstValue. getMethodInfo(EvaluationContext ctx, java.lang.Class[] paramTypes)
MethodInfo
Node. getMethodInfo(EvaluationContext ctx, java.lang.Class[] paramTypes)
MethodInfo
SimpleNode. getMethodInfo(EvaluationContext ctx, java.lang.Class[] paramTypes)
java.lang.Object[]
AstMethodArguments. getParameters(EvaluationContext ctx)
private AstValue.Target
AstValue. getTarget(EvaluationContext ctx)
java.lang.Class
ArithmeticNode. getType(EvaluationContext ctx)
java.lang.Class
AstChoice. getType(EvaluationContext ctx)
java.lang.Class
AstCompositeExpression. getType(EvaluationContext ctx)
java.lang.Class
AstDeferredExpression. getType(EvaluationContext ctx)
java.lang.Class
AstDynamicExpression. getType(EvaluationContext ctx)
java.lang.Class
AstEmpty. getType(EvaluationContext ctx)
java.lang.Class
AstFloatingPoint. getType(EvaluationContext ctx)
java.lang.Class
AstFunction. getType(EvaluationContext ctx)
java.lang.Class
AstIdentifier. getType(EvaluationContext ctx)
java.lang.Class
AstInteger. getType(EvaluationContext ctx)
java.lang.Class
AstLiteralExpression. getType(EvaluationContext ctx)
java.lang.Class
AstNegative. getType(EvaluationContext ctx)
java.lang.Class
AstNot. getType(EvaluationContext ctx)
java.lang.Class
AstNull. getType(EvaluationContext ctx)
java.lang.Class
AstString. getType(EvaluationContext ctx)
java.lang.Class
AstValue. getType(EvaluationContext ctx)
java.lang.Class
BooleanNode. getType(EvaluationContext ctx)
java.lang.Class
Node. getType(EvaluationContext ctx)
java.lang.Class
SimpleNode. getType(EvaluationContext ctx)
java.lang.Object
AstAnd. getValue(EvaluationContext ctx)
java.lang.Object
AstAssign. getValue(EvaluationContext ctx)
java.lang.Object
AstBracketSuffix. getValue(EvaluationContext ctx)
java.lang.Object
AstChoice. getValue(EvaluationContext ctx)
java.lang.Object
AstCompositeExpression. getValue(EvaluationContext ctx)
java.lang.Object
AstConcat. getValue(EvaluationContext ctx)
java.lang.Object
AstDeferredExpression. getValue(EvaluationContext ctx)
java.lang.Object
AstDiv. getValue(EvaluationContext ctx)
java.lang.Object
AstDotSuffix. getValue(EvaluationContext ctx)
java.lang.Object
AstDynamicExpression. getValue(EvaluationContext ctx)
java.lang.Object
AstEmpty. getValue(EvaluationContext ctx)
java.lang.Object
AstEqual. getValue(EvaluationContext ctx)
java.lang.Object
AstFalse. getValue(EvaluationContext ctx)
java.lang.Object
AstFloatingPoint. getValue(EvaluationContext ctx)
java.lang.Object
AstFunction. getValue(EvaluationContext ctx)
java.lang.Object
AstGreaterThan. getValue(EvaluationContext ctx)
java.lang.Object
AstGreaterThanEqual. getValue(EvaluationContext ctx)
java.lang.Object
AstIdentifier. getValue(EvaluationContext ctx)
java.lang.Object
AstInteger. getValue(EvaluationContext ctx)
java.lang.Object
AstLambdaExpression. getValue(EvaluationContext ctx)
java.lang.Object
AstLessThan. getValue(EvaluationContext ctx)
java.lang.Object
AstLessThanEqual. getValue(EvaluationContext ctx)
java.lang.Object
AstLiteralExpression. getValue(EvaluationContext ctx)
java.lang.Object
AstMinus. getValue(EvaluationContext ctx)
java.lang.Object
AstMod. getValue(EvaluationContext ctx)
java.lang.Object
AstMult. getValue(EvaluationContext ctx)
java.lang.Object
AstNegative. getValue(EvaluationContext ctx)
java.lang.Object
AstNot. getValue(EvaluationContext ctx)
java.lang.Object
AstNotEqual. getValue(EvaluationContext ctx)
java.lang.Object
AstNull. getValue(EvaluationContext ctx)
java.lang.Object
AstOr. getValue(EvaluationContext ctx)
java.lang.Object
AstPlus. getValue(EvaluationContext ctx)
java.lang.Object
AstSemiColon. getValue(EvaluationContext ctx)
java.lang.Object
AstString. getValue(EvaluationContext ctx)
java.lang.Object
AstTrue. getValue(EvaluationContext ctx)
java.lang.Object
AstValue. getValue(EvaluationContext ctx)
private java.lang.Object
AstValue. getValue(java.lang.Object base, Node child, EvaluationContext ctx)
java.lang.Object
Node. getValue(EvaluationContext ctx)
java.lang.Object
SimpleNode. getValue(EvaluationContext ctx)
ValueReference
AstIdentifier. getValueReference(EvaluationContext ctx)
ValueReference
AstValue. getValueReference(EvaluationContext ctx)
ValueReference
Node. getValueReference(EvaluationContext ctx)
ValueReference
SimpleNode. getValueReference(EvaluationContext ctx)
java.lang.Object
AstChoice. invoke(EvaluationContext ctx, java.lang.Class[] paramTypes, java.lang.Object[] paramValues)
java.lang.Object
AstIdentifier. invoke(EvaluationContext ctx, java.lang.Class[] paramTypes, java.lang.Object[] paramValues)
java.lang.Object
AstValue. invoke(EvaluationContext ctx, java.lang.Class[] paramTypes, java.lang.Object[] paramValues)
java.lang.Object
Node. invoke(EvaluationContext ctx, java.lang.Class[] paramTypes, java.lang.Object[] paramValues)
java.lang.Object
SimpleNode. invoke(EvaluationContext ctx, java.lang.Class[] paramTypes, java.lang.Object[] paramValues)
private java.lang.Object
AstIdentifier. invokeTarget(EvaluationContext ctx, java.lang.Object target, java.lang.Object[] paramValues)
boolean
AstChoice. isReadOnly(EvaluationContext ctx)
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
ELParser. parse(java.lang.String ref)
void
AstChoice. setValue(EvaluationContext ctx, java.lang.Object value)
void
AstDeferredExpression. setValue(EvaluationContext ctx, java.lang.Object value)
void
AstDynamicExpression. setValue(EvaluationContext ctx, java.lang.Object value)
void
AstIdentifier. setValue(EvaluationContext ctx, java.lang.Object value)
void
AstSemiColon. setValue(EvaluationContext ctx, java.lang.Object value)
void
AstValue. setValue(EvaluationContext ctx, java.lang.Object value)
void
Node. setValue(EvaluationContext ctx, java.lang.Object value)
void
SimpleNode. setValue(EvaluationContext ctx, java.lang.Object value)
void
NodeVisitor. 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.PropertyDescriptor
ReflectionUtil. getPropertyDescriptor(java.lang.Object base, java.lang.Object property)
-
Uses of ELException in javax.el
Subclasses of ELException in javax.el Modifier and Type Class Description class
MethodNotFoundException
Thrown when a method could not be found while evaluating aMethodExpression
.class
PropertyNotFoundException
Thrown when a property could not be found while evaluating aValueExpression
orMethodExpression
.class
PropertyNotWritableException
Thrown when a property could not be written to while setting the value on aValueExpression
.Methods in javax.el that throw ELException Modifier and Type Method Description void
ELManager. importClass(java.lang.String className)
Import a class.void
ImportHandler. importClass(java.lang.String name)
Import a class.void
ELManager. importStatic(java.lang.String staticMemberName)
Import a static field or method.void
ImportHandler. importStatic(java.lang.String name)
Import a static field or method.java.lang.Object
LambdaExpression. invoke(ELContext elContext, java.lang.Object... args)
Invoke the encapsulated Lambda expression.
-