Uses of Class
jfun.util.beans.BeanPropertyException

Packages that use BeanPropertyException
jfun.util.beans Provides helper classes to handle java bean properties. 
 

Uses of BeanPropertyException in jfun.util.beans
 

Subclasses of BeanPropertyException in jfun.util.beans
 class NoSuchPropertyException
          Represents an error when a property cannot be found.
 class PropertyNotReadableException
          Represents an exception when a property read fails.
 class PropertyNotWritableException
          Represents an exception when a property write fails.