| java.lang.Object | ||||||||
| ↳ | java.lang.Throwable | |||||||
| ↳ | java.lang.Exception | |||||||
| ↳ | java.lang.RuntimeException | |||||||
| ↳ | org.springframework.core.NestedRuntimeException | |||||||
| ↳ | org.springframework.beans.BeansException | |||||||
| ↳ | org.springframework.beans.FatalBeanException | |||||||
| ↳ | org.springframework.beans.InvalidPropertyException | |||||||
| ↳ | org.springframework.beans.NotReadablePropertyException | |||||||
Exception thrown on an attempt to get the value of a property that isn't readable, because there's no getter method.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new NotReadablePropertyException.
| |||||||||||
Create a new NotReadablePropertyException.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.beans.InvalidPropertyException
| |||||||||||
From class
org.springframework.beans.BeansException
| |||||||||||
From class
org.springframework.core.NestedRuntimeException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Create a new NotReadablePropertyException.
| beanClass | the offending bean class |
|---|---|
| propertyName | the offending property |
Create a new NotReadablePropertyException.
| beanClass | the offending bean class |
|---|---|
| propertyName | the offending property |
| msg | the detail message |