Uses of Class
org.springframework.beans.PropertyAccessException

Packages that use PropertyAccessException
org.springframework.beans This package contains interfaces and classes for manipulating Java beans. 
org.springframework.validation Provides data binding and validation functionality, for usage in business and/or UI layers. 
 

Uses of PropertyAccessException in org.springframework.beans
 

Subclasses of PropertyAccessException in org.springframework.beans
 class MethodInvocationException
          Thrown when a bean property getter or setter method throws an exception, analogous to an InvocationTargetException.
 class TypeMismatchException
          Exception thrown on a type mismatch when trying to set a bean property.
 

Methods in org.springframework.beans that return PropertyAccessException
 PropertyAccessException PropertyAccessExceptionsException.getPropertyAccessException(String propertyName)
          Return the exception for this field, or null if there isn't one.
 PropertyAccessException[] PropertyAccessExceptionsException.getPropertyAccessExceptions()
          Return an array of the propertyAccessExceptions stored in this object.
 

Constructors in org.springframework.beans with parameters of type PropertyAccessException
PropertyAccessExceptionsException(BeanWrapper beanWrapper, PropertyAccessException[] propertyAccessExceptions)
          Create a new PropertyAccessExceptionsException.
 

Uses of PropertyAccessException in org.springframework.validation
 

Methods in org.springframework.validation with parameters of type PropertyAccessException
 void DefaultBindingErrorProcessor.processPropertyAccessException(PropertyAccessException ex, BindException errors)
           
 void BindingErrorProcessor.processPropertyAccessException(PropertyAccessException ex, BindException errors)
          Translate the given PropertyAccessException to an appropriate error registered on the given Errors instance.
 



Copyright (c) 2002-2007 The Spring Framework Project.