Uses of Class
org.springframework.beans.InvalidPropertyException

Packages that use InvalidPropertyException
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
 class NotReadablePropertyException
          Exception thrown on an attempt to get the value of a property that isn't readable, because there's no getter method.
 class NotWritablePropertyException
          Exception thrown on an attempt to set the value of a property that isn't writable, because there's no setter method.
 class NullValueInNestedPathException
          Exception thrown when navigation of a valid nested property path encounters a NullPointerException.
 



Copyright (c) 2002-2007 The Spring Framework Project.