Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
UrlBindingConflictException
This exception indicates that a URL does not contain enough information to map it to a single
ActionBean class. |
Modifier and Type | Class and Description |
---|---|
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.