Uses of Class
org.flowable.common.engine.impl.javax.el.ELException
-
-
Uses of ELException in org.flowable.common.engine.impl.de.odysseus.el
Methods in org.flowable.common.engine.impl.de.odysseus.el that throw ELException Modifier and Type Method Description MethodInfoTreeMethodExpression. getMethodInfo(ELContext context)Evaluates the expression and answers information about the methodClass<?>TreeValueExpression. getType(ELContext context)Evaluates the expression as an lvalue and answers the result type.ObjectTreeValueExpression. getValue(ELContext context)Evaluates the expression as an rvalue and answers the result.ObjectTreeMethodExpression. invoke(ELContext context, Object[] paramValues)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.voidTreeValueExpression. setValue(ELContext context, Object value)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 Modifier and Type Method Description <T> TTypeConverter. convert(Object value, Class<T> type)Convert the given input value to the specified target type.<T> TTypeConverterImpl. convert(Object value, Class<T> type) -
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.tree Modifier and Type Class Description classTreeBuilderExceptionException 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 ELException Modifier and Type Method Description ObjectAstChoice. eval(Bindings bindings, ELContext context)ObjectAstUnary. eval(Bindings bindings, ELContext context)protected 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)voidAstProperty. setValue(Bindings bindings, ELContext context, Object value) -
Uses of ELException in org.flowable.common.engine.impl.javax.el
Subclasses of ELException in org.flowable.common.engine.impl.javax.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.
-