Uses of Class
org.springframework.beans.PropertyAccessException
Packages that use PropertyAccessException
Package
Description
This package contains interfaces and classes for manipulating Java beans.
-
Uses of PropertyAccessException in org.springframework.beans
Subclasses of PropertyAccessException in org.springframework.beansModifier and TypeClassDescriptionclassException thrown when no suitable editor or converter can be found for a bean property.classThrown when a bean property getter or setter method throws an exception, analogous to an InvocationTargetException.classException thrown on a type mismatch when trying to set a bean property.Methods in org.springframework.beans that return PropertyAccessExceptionModifier and TypeMethodDescriptionPropertyBatchUpdateException.getPropertyAccessException(String propertyName) Return the exception for this field, ornullif there isn't any.final PropertyAccessException[]PropertyBatchUpdateException.getPropertyAccessExceptions()Return an array of the propertyAccessExceptions stored in this object.Constructors in org.springframework.beans with parameters of type PropertyAccessExceptionModifierConstructorDescriptionPropertyBatchUpdateException(PropertyAccessException[] propertyAccessExceptions) Create a new PropertyBatchUpdateException.