Uses of Class
net.sourceforge.stripes.util.bean.ExpressionException

Packages that use ExpressionException
net.sourceforge.stripes.controller This package contains classes which form the core internals of Stripes. 
net.sourceforge.stripes.util.bean This package contains classes which implement a limited subset of an expression language for dealing with an extended JavaBean property syntax. 
 

Uses of ExpressionException in net.sourceforge.stripes.controller
 

Methods in net.sourceforge.stripes.controller that throw ExpressionException
protected  void DefaultActionBeanPropertyBinder.bindNullValue(ActionBean bean, String property, Class<?> type)
          Internal helper method that determines what to do when no value was supplied for a given form field (but the field was present on the page).
 

Uses of ExpressionException in net.sourceforge.stripes.util.bean
 

Subclasses of ExpressionException in net.sourceforge.stripes.util.bean
 class EvaluationException
          Exception that is raised when a parsed expression cannot be evaluated against a bean for any reason.
 class NoSuchPropertyException
          Exception indicating that an expression could not be evaluated against a bean because the bean (or some sub-property of the bean) did not have a property matching the name supplied in the expression.
 class ParseException
          Exception used to designate that an expression was invalid and could not be parsed.
 



? Copyright 2005-2006, Stripes Development Team.