Uses of Class
jfun.util.beans.PropertyNotReadableException

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

Uses of PropertyNotReadableException in jfun.util.beans
 

Methods in jfun.util.beans that throw PropertyNotReadableException
 java.lang.Object Bean.getProperty(java.lang.String name)
          Get value for a property.
 java.lang.Object Bean.getProperty(java.lang.String name, int ind)
          Get value for an indexed property.