- Bean - Class in jfun.util.beans
-
A wrapper class for Java Bean object.
- BeanException - Exception in jfun.util.beans
-
Represents any bean related exception.
- BeanException() - Constructor for exception jfun.util.beans.BeanException
-
- BeanException(String) - Constructor for exception jfun.util.beans.BeanException
-
- BeanPropertyException - Exception in jfun.util.beans
-
Represents an exception related to a property.
- BeanPropertyException(Class, String) - Constructor for exception jfun.util.beans.BeanPropertyException
-
Create a BeanPropertyException object.
- BeanPropertyException(Class, String, String) - Constructor for exception jfun.util.beans.BeanPropertyException
-
Create a BeanPropertyException object.
- BeanType - Class in jfun.util.beans
-
Represents all the meta-information of a Java bean.