org.springframework.beans
Class NotReadablePropertyException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.springframework.core.NestedRuntimeException
org.springframework.core.NestedRuntimeException
                   org.springframework.beans.BeansException
org.springframework.beans.BeansException
                       org.springframework.beans.FatalBeanException
org.springframework.beans.FatalBeanException
                           org.springframework.beans.InvalidPropertyException
org.springframework.beans.InvalidPropertyException
                               org.springframework.beans.NotReadablePropertyException
org.springframework.beans.NotReadablePropertyException
- All Implemented Interfaces: 
- Serializable
- public class NotReadablePropertyException 
- extends InvalidPropertyException
Exception thrown on an attempt to get the value of a property
 that isn't readable, because there's no getter method.
- Since:
- 1.0.2
- Author:
- Juergen Hoeller
- See Also:
- Serialized Form
 
 
 
 
 
 
 
NotReadablePropertyException
public NotReadablePropertyException(Class beanClass,
                                    String propertyName)
- Create a new NotReadablePropertyException.
 
- Parameters:
- beanClass- the offending bean class
- propertyName- the offending property
 
NotReadablePropertyException
public NotReadablePropertyException(Class beanClass,
                                    String propertyName,
                                    String msg)
- Create a new NotReadablePropertyException.
 
- Parameters:
- beanClass- the offending bean class
- propertyName- the offending property
- msg- the detail message
 
Copyright © 2002-2008 The Spring Framework.