net.sourceforge.stripes.util.bean
Class NoSuchPropertyException

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
                          extended by 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

Constructor Summary
NoSuchPropertyException(String message)
          Constructs an exception with the supplied message.
NoSuchPropertyException(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

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.