Uses of Class
org.springframework.beans.PropertyAccessException
Packages that use 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
Subclasses of PropertyAccessException in org.springframework.beansModifier 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.Methods in org.springframework.beans that return PropertyAccessExceptionModifier 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.Constructors in org.springframework.beans with parameters of type PropertyAccessExceptionModifierConstructorDescriptionPropertyBatchUpdateException
(PropertyAccessException[] propertyAccessExceptions) Create a new PropertyBatchUpdateException. -
Uses of PropertyAccessException in org.springframework.validation
Methods in org.springframework.validation with parameters of type PropertyAccessExceptionModifier 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
Subclasses of PropertyAccessException in org.springframework.web.method.annotationModifier and TypeClassDescriptionclass
A ConversionNotSupportedException raised while resolving a method argument.class
A TypeMismatchException raised while resolving a controller method argument.