com.interface21.beans
Class PropertyAccessException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.interface21.core.NestedRuntimeException
|
+--com.interface21.beans.BeansException
|
+--com.interface21.beans.PropertyAccessException
- All Implemented Interfaces:
- HasRootCause, java.io.Serializable
- Direct Known Subclasses:
- MethodInvocationException, TypeMismatchException
- public abstract class PropertyAccessException
- extends BeansException
Superclass for exceptions related to a property access,
such as type mismatch or invocation target exception.
- Version:
- $Revision: 1.3 $
- Author:
- Rod Johnson
- See Also:
- Serialized Form
|
Constructor Summary |
PropertyAccessException(java.lang.String mesg,
java.beans.PropertyChangeEvent propertyChangeEvent,
java.lang.Throwable t)
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PropertyAccessException
public PropertyAccessException(java.lang.String mesg,
java.beans.PropertyChangeEvent propertyChangeEvent,
java.lang.Throwable t)
getPropertyChangeEvent
public java.beans.PropertyChangeEvent getPropertyChangeEvent()
- Returns:
- the PropertyChangeEvent that resulted in the problem
Rod Johnson and Spring contributors 2001-2003.