Package org.apache.pivot.beans
Class PropertyNotFoundException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- org.apache.pivot.beans.PropertyNotFoundException
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class PropertyNotFoundException extends java.lang.RuntimeExceptionThrown when a caller attempts to set the value of a non-existent bean property.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description PropertyNotFoundException()PropertyNotFoundException(java.lang.String message)PropertyNotFoundException(java.lang.String message, java.lang.Throwable cause)PropertyNotFoundException(java.lang.Throwable cause) 
 - 
 
- 
- 
Constructor Detail
- 
PropertyNotFoundException
public PropertyNotFoundException()
 
- 
PropertyNotFoundException
public PropertyNotFoundException(java.lang.String message)
 
- 
PropertyNotFoundException
public PropertyNotFoundException(java.lang.Throwable cause)
 
- 
PropertyNotFoundException
public PropertyNotFoundException(java.lang.String message, java.lang.Throwable cause) 
 - 
 
 -