Uses of Class
net.sourceforge.stripes.exception.StripesRuntimeException

Packages that use StripesRuntimeException
net.sourceforge.stripes.exception Contains interfaces and implementations of exception handling strategy classes. 
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 StripesRuntimeException in net.sourceforge.stripes.exception
 

Subclasses of StripesRuntimeException in net.sourceforge.stripes.exception
 class UrlBindingConflictException
           This exception indicates that a URL does not contain enough information to map it to a single ActionBean class.
 

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

Subclasses of StripesRuntimeException 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 ExpressionException
          Root exception type which all exceptions in this package extend.
 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.