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 $

Constructor Summary
PropertyAccessException(String msg, PropertyChangeEvent propertyChangeEvent)
           
PropertyAccessException(String msg, PropertyChangeEvent propertyChangeEvent, Throwable ex)
           

Method Summary
 PropertyChangeEventgetPropertyChangeEvent()
          Return the PropertyChangeEvent that resulted in the problem.

Methods inherited from class org.springframework.core.NestedRuntimeException
getCause, getMessage, printStackTrace, printStackTrace

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

Constructor Detail

PropertyAccessException

public PropertyAccessException(String msg, PropertyChangeEvent propertyChangeEvent)

PropertyAccessException

public PropertyAccessException(String msg, PropertyChangeEvent propertyChangeEvent, Throwable ex)
Method Detail

getPropertyChangeEvent

public PropertyChangeEvent getPropertyChangeEvent()
Return the PropertyChangeEvent that resulted in the problem.

Association Links

to Class java.beans.PropertyChangeEvent