org.springframework.beans
Class PropertyAccessException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.springframework.core.NestedRuntimeException
                  extended byorg.springframework.beans.BeansException
                      extended byorg.springframework.beans.PropertyAccessException
All Implemented Interfaces:
ErrorCoded, java.io.Serializable
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.

Version:
$Revision: 1.4 $
Author:
Rod Johnson
See Also:
Serialized Form

Constructor Summary
PropertyAccessException(java.lang.String msg, java.beans.PropertyChangeEvent propertyChangeEvent)
           
PropertyAccessException(java.lang.String msg, java.beans.PropertyChangeEvent propertyChangeEvent, java.lang.Throwable ex)
           
 
Method Summary
 java.beans.PropertyChangeEvent getPropertyChangeEvent()
          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
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.springframework.core.ErrorCoded
getErrorCode
 

Constructor Detail

PropertyAccessException

public PropertyAccessException(java.lang.String msg,
                               java.beans.PropertyChangeEvent propertyChangeEvent)

PropertyAccessException

public PropertyAccessException(java.lang.String msg,
                               java.beans.PropertyChangeEvent propertyChangeEvent,
                               java.lang.Throwable ex)
Method Detail

getPropertyChangeEvent

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



Copyright (C) 2003-2004 The Spring Framework Project.