Uses of Class
jfun.util.beans.BeanException

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

Uses of BeanException in jfun.util.beans
 

Subclasses of BeanException in jfun.util.beans
 class BeanPropertyException
          Represents an exception related to a property.
 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.