net.sourceforge.stripes.util.bean
Class NoSuchPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sourceforge.stripes.exception.StripesRuntimeException
net.sourceforge.stripes.util.bean.ExpressionException
net.sourceforge.stripes.util.bean.EvaluationException
net.sourceforge.stripes.util.bean.NoSuchPropertyException
- All Implemented Interfaces:
- Serializable
public class NoSuchPropertyException
- extends EvaluationException
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.
- Since:
- Stripes 1.4
- Author:
- Tim Fennell
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchPropertyException
public NoSuchPropertyException(String message)
- Constructs an exception with the supplied message.
NoSuchPropertyException
public NoSuchPropertyException(String message,
Throwable cause)
- Constructs an exception with the supplied message and causing exception.
? Copyright 2005-2006, Stripes Development Team.