gnu.beanfactory
Class PropertyNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--gnu.beanfactory.BeanFactoryException
                    |
                    +--gnu.beanfactory.PropertyNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class PropertyNotFoundException
extends BeanFactoryException

Thrown to indicate that a property did not exist or could not be accessed.

Version:
$Id: PropertyNotFoundException.java,v 1.5 2001/08/28 05:04:43 rschoening Exp $
Author:
Rob
See Also:
Serialized Form

Constructor Summary
PropertyNotFoundException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyNotFoundException

public PropertyNotFoundException(java.lang.String s)