类的使用
org.springframework.beans.InvalidPropertyException
使用InvalidPropertyException的程序包 程序包 说明 org.springframework.beans This package contains interfaces and classes for manipulating Java beans.org.springframework.beans中InvalidPropertyException的使用
org.springframework.beans中InvalidPropertyException的子类 修饰符和类型 类 说明 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.抛出InvalidPropertyException的org.springframework.beans中的方法 修饰符和类型 方法 说明 PropertyDescriptorBeanWrapper. getPropertyDescriptor(String propertyName)Obtain the property descriptor for a specific property of the wrapped object.PropertyDescriptorBeanWrapperImpl. getPropertyDescriptor(String propertyName)