public class

NotReadablePropertyException

extends InvalidPropertyException
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

Class Overview

Exception thrown on an attempt to get the value of a property that isn't readable, because there's no getter method.

Summary

Public Constructors
NotReadablePropertyException(Class beanClass, String propertyName)
Create a new NotReadablePropertyException.
NotReadablePropertyException(Class beanClass, String propertyName, String msg)
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

Public Constructors

public NotReadablePropertyException (Class beanClass, String propertyName)

Also: SpringBeans

Create a new NotReadablePropertyException.

Parameters
beanClass the offending bean class
propertyName the offending property

public NotReadablePropertyException (Class beanClass, String propertyName, String msg)

Also: SpringBeans

Create a new NotReadablePropertyException.

Parameters
beanClass the offending bean class
propertyName the offending property
msg the detail message