net.sourceforge.stripes.util.bean
Class ExpressionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sourceforge.stripes.exception.StripesRuntimeException
net.sourceforge.stripes.util.bean.ExpressionException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- EvaluationException, ParseException
public class ExpressionException
- extends StripesRuntimeException
Root exception type which all exceptions in this package extend. Used for generalized
exceptions that occur during expression parsing and evaluation. Users can catch this
exception instead of subclasses to be sure of catching all exceptions coming from the
property expression classes.
- 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 |
ExpressionException
public ExpressionException(String message)
- Constructs an exception with the supplied message.
ExpressionException
public ExpressionException(String message,
Throwable cause)
- Constructs an exception with the supplied message and causing exception.
? Copyright 2005-2006, Stripes Development Team.