| Package | Description | 
|---|---|
| org.springframework.beans | This package contains interfaces and classes for manipulating Java beans. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ConversionNotSupportedExceptionException thrown when no suitable editor or converter can be found for a bean property. | 
| class  | MethodInvocationExceptionThrown when a bean property getter or setter method throws an exception,
 analogous to an InvocationTargetException. | 
| class  | TypeMismatchExceptionException thrown on a type mismatch when trying to set a bean property. | 
| Modifier and Type | Method and Description | 
|---|---|
| PropertyAccessException | PropertyBatchUpdateException. getPropertyAccessException(String propertyName)Return the exception for this field, or  nullif there isn't any. | 
| PropertyAccessException[] | PropertyBatchUpdateException. getPropertyAccessExceptions()Return an array of the propertyAccessExceptions stored in this object. | 
| Constructor and Description | 
|---|
| PropertyBatchUpdateException(PropertyAccessException[] propertyAccessExceptions)Create a new PropertyBatchUpdateException. |