Uses of Class
org.flowable.common.engine.impl.javax.el.ELException
Packages that use ELException
Package
Description
-
Uses of ELException in org.flowable.common.engine.impl.de.odysseus.el
Methods in org.flowable.common.engine.impl.de.odysseus.el that throw ELExceptionModifier and TypeMethodDescriptionTreeMethodExpression.getMethodInfo
(ELContext context) Evaluates the expression and answers information about the methodClass<?>
Evaluates the expression as an lvalue and answers the result type.Evaluates the expression as an rvalue and answers the result.Evaluates the expression and invokes the method.boolean
TreeValueExpression.isReadOnly
(ELContext context) Evaluates the expression as an lvalue and determines ifTreeValueExpression.setValue(ELContext, Object)
will always fail.void
Evaluates the expression as an lvalue and assigns the given value. -
Uses of ELException in org.flowable.common.engine.impl.de.odysseus.el.misc
Methods in org.flowable.common.engine.impl.de.odysseus.el.misc that throw ELException -
Uses of ELException in org.flowable.common.engine.impl.de.odysseus.el.tree
Subclasses of ELException in org.flowable.common.engine.impl.de.odysseus.el.treeModifier and TypeClassDescriptionclass
Exception type thrown in build phase (scan/parse). -
Uses of ELException in org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast
Methods in org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast that throw ELExceptionModifier and TypeMethodDescriptionprotected Object
AstBracket.getProperty
(Bindings bindings, ELContext context) protected String
AstDot.getProperty
(Bindings bindings, ELContext context) protected abstract Object
AstProperty.getProperty
(Bindings bindings, ELContext context) boolean
AstProperty.isReadOnly
(Bindings bindings, ELContext context) void
-
Uses of ELException in org.flowable.common.engine.impl.javax.el
Subclasses of ELException in org.flowable.common.engine.impl.javax.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
.