Uses of Class
org.springframework.beans.PropertyAccessException
Package
Description
This package contains interfaces and classes for manipulating Java beans.
Provides data binding and validation functionality,
for usage in business and/or UI layers.
Support classes for annotation-based handler method processing.
-
Uses of PropertyAccessException in org.springframework.beans
Modifier and TypeClassDescriptionclass
Exception thrown when no suitable editor or converter can be found for a bean property.class
Thrown when a bean property getter or setter method throws an exception, analogous to an InvocationTargetException.class
Exception thrown on a type mismatch when trying to set a bean property.Modifier and TypeMethodDescriptionPropertyBatchUpdateException.getPropertyAccessException
(String propertyName) Return the exception for this field, ornull
if there isn't any.final PropertyAccessException[]
PropertyBatchUpdateException.getPropertyAccessExceptions()
Return an array of the propertyAccessExceptions stored in this object.ModifierConstructorDescriptionPropertyBatchUpdateException
(PropertyAccessException[] propertyAccessExceptions) Create a new PropertyBatchUpdateException. -
Uses of PropertyAccessException in org.springframework.validation
Modifier and TypeMethodDescriptionvoid
BindingErrorProcessor.processPropertyAccessException
(PropertyAccessException ex, BindingResult bindingResult) Translate the givenPropertyAccessException
to an appropriate error registered on the givenErrors
instance.void
DefaultBindingErrorProcessor.processPropertyAccessException
(PropertyAccessException ex, BindingResult bindingResult) -
Uses of PropertyAccessException in org.springframework.web.method.annotation
Modifier and TypeClassDescriptionclass
A ConversionNotSupportedException raised while resolving a method argument.class
A TypeMismatchException raised while resolving a controller method argument.