net.sourceforge.stripes.util.bean
Class EvaluationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sourceforge.stripes.exception.StripesRuntimeException
                  extended by net.sourceforge.stripes.util.bean.ExpressionException
                      extended by 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

Constructor Summary
EvaluationException(String message)
          Constructs an exception with the supplied message.
EvaluationException(String message, Throwable cause)
          Constructs an exception with the supplied message and causing exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.