Uses of Class
org.camunda.bpm.engine.impl.javax.el.ELException

Packages that use ELException
org.camunda.bpm.engine.impl.javax.el   
org.camunda.bpm.engine.impl.juel   
 

Uses of ELException in org.camunda.bpm.engine.impl.javax.el
 

Subclasses of ELException in org.camunda.bpm.engine.impl.javax.el
 class MethodNotFoundException
          Thrown when a method could not be found while evaluating a MethodExpression.
 class PropertyNotFoundException
          Thrown when a property could not be found while evaluating a ValueExpression or MethodExpression.
 class PropertyNotWritableException
          Thrown when a property could not be written to while setting the value on a ValueExpression.
 

Uses of ELException in org.camunda.bpm.engine.impl.juel
 

Subclasses of ELException in org.camunda.bpm.engine.impl.juel
 class TreeBuilderException
          Exception type thrown in build phase (scan/parse).
 

Methods in org.camunda.bpm.engine.impl.juel that throw ELException
<T> T
TypeConverter.convert(Object value, Class<T> type)
          Convert the given input value to the specified target type.
<T> T
TypeConverterImpl.convert(Object value, Class<T> type)
           
 Object AstChoice.eval(Bindings bindings, ELContext context)
           
 Object AstUnary.eval(Bindings bindings, ELContext context)
           
 MethodInfo TreeMethodExpression.getMethodInfo(ELContext context)
          Evaluates the expression and answers information about the method
protected  String AstDot.getProperty(Bindings bindings, ELContext context)
           
protected  Object AstBracket.getProperty(Bindings bindings, ELContext context)
           
protected abstract  Object AstProperty.getProperty(Bindings bindings, ELContext context)
           
 Class<?> TreeValueExpression.getType(ELContext context)
          Evaluates the expression as an lvalue and answers the result type.
 Object TreeValueExpression.getValue(ELContext context)
          Evaluates the expression as an rvalue and answers the result.
 Object TreeMethodExpression.invoke(ELContext context, Object[] paramValues)
          Evaluates the expression and invokes the method.
 boolean AstProperty.isReadOnly(Bindings bindings, ELContext context)
           
 boolean TreeValueExpression.isReadOnly(ELContext context)
          Evaluates the expression as an lvalue and determines if TreeValueExpression.setValue(ELContext, Object) will always fail.
 void AstProperty.setValue(Bindings bindings, ELContext context, Object value)
           
 void TreeValueExpression.setValue(ELContext context, Object value)
          Evaluates the expression as an lvalue and assigns the given value.
 



Copyright © 2015 camunda services GmbH. All rights reserved.