net.sourceforge.stripes.util.bean
Class EvaluationException
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
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NoSuchPropertyException
public class EvaluationException
- extends ExpressionException
Exception that is raised when a parsed expression cannot be evaluated against a bean
for any reason. In the special case where no such property exists a specific subclass
of this exception is thrown.
- 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 |
EvaluationException
public EvaluationException(String message)
- Constructs an exception with the supplied message.
EvaluationException
public EvaluationException(String message,
Throwable cause)
- Constructs an exception with the supplied message and causing exception.
? Copyright 2005-2006, Stripes Development Team.