org.springframework.beans
Class PropertyAccessException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--org.springframework.core.NestedRuntimeException
|
+--org.springframework.beans.BeansException
|
+--org.springframework.beans.PropertyAccessException
- Direct Known Subclasses:
- MethodInvocationException, TypeMismatchException
- public abstract class PropertyAccessException
- extends BeansException
- implements ErrorCoded
Superclass for exceptions related to a property access,
such as type mismatch or invocation target exception.
- Author:
- Rod Johnson
- Version: $Revision: 1.3 $
| Method Summary |
PropertyChangeEvent | getPropertyChangeEvent() Return the PropertyChangeEvent that resulted in the problem. |
| Methods inherited from class java.lang.Throwable |
printStackTrace, getStackTrace, setStackTrace, getLocalizedMessage, toString, fillInStackTrace, initCause |
| Methods inherited from class java.lang.Object |
hashCode, notify, notifyAll, wait, wait, wait, getClass, equals |
PropertyAccessException
public PropertyAccessException(String msg, PropertyChangeEvent propertyChangeEvent)
PropertyAccessException
public PropertyAccessException(String msg, PropertyChangeEvent propertyChangeEvent, Throwable ex)
getPropertyChangeEvent
public PropertyChangeEvent getPropertyChangeEvent()
- Return the PropertyChangeEvent that resulted in the problem.
to Class java.beans.PropertyChangeEvent