pivot.beans
Class PropertyNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
pivot.beans.PropertyNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
public class PropertyNotFoundException
- extends java.lang.RuntimeException
Thrown when a caller attempts to set the value of a non-existent bean
property.
- Author:
- gbrown
- See Also:
- Serialized Form
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 |
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)