Uses of Class
org.springframework.beans.InvalidPropertyException
Package
Description
This package contains interfaces and classes for manipulating Java beans.
-
Uses of InvalidPropertyException in org.springframework.beans
Modifier and TypeClassDescriptionclass
Exception thrown on an attempt to get the value of a property that isn't readable, because there's no getter method.class
Exception thrown on an attempt to set the value of a property that is not writable (typically because there is no setter method).class
Exception thrown when navigation of a valid nested property path encounters a NullPointerException.Modifier and TypeMethodDescriptionBeanWrapper.getPropertyDescriptor
(String propertyName) Obtain the property descriptor for a specific property of the wrapped object.BeanWrapperImpl.getPropertyDescriptor
(String propertyName)