Uses of Class
org.springframework.beans.InvalidPropertyException
Packages that use InvalidPropertyException Package Description org.springframework.beans This package contains interfaces and classes for manipulating Java beans.Uses of InvalidPropertyException in org.springframework.beans
Subclasses of InvalidPropertyException in org.springframework.beans Modifier and Type Class Description classNotReadablePropertyExceptionException thrown on an attempt to get the value of a property that isn't readable, because there's no getter method.classNotWritablePropertyExceptionException thrown on an attempt to set the value of a property that is not writable (typically because there is no setter method).classNullValueInNestedPathExceptionException thrown when navigation of a valid nested property path encounters a NullPointerException.Methods in org.springframework.beans that throw InvalidPropertyException Modifier and Type Method Description PropertyDescriptorBeanWrapper. getPropertyDescriptor(String propertyName)Obtain the property descriptor for a specific property of the wrapped object.PropertyDescriptorBeanWrapperImpl. getPropertyDescriptor(String propertyName)