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.booleanTreeValueExpression.isReadOnly(ELContext context) Evaluates the expression as an lvalue and determines ifTreeValueExpression.setValue(ELContext, Object)will always fail.voidEvaluates 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 TypeClassDescriptionclassException 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 ObjectAstBracket.getProperty(Bindings bindings, ELContext context) protected StringAstDot.getProperty(Bindings bindings, ELContext context) protected abstract ObjectAstProperty.getProperty(Bindings bindings, ELContext context) booleanAstProperty.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 TypeClassDescriptionclassThrown when a method could not be found while evaluating aMethodExpression.classThrown when a property could not be found while evaluating aValueExpressionorMethodExpression.classThrown when a property could not be written to while setting the value on aValueExpression.