| Package | Description |
|---|---|
| jfun.util.beans |
Provides helper classes to handle java bean properties.
|
| Class and Description |
|---|
| Bean
A wrapper class for Java Bean object.
|
| BeanException
Represents any bean related exception.
|
| BeanPropertyException
Represents an exception related to a property.
|
| BeanType
Represents all the meta-information of a Java bean.
|
| NoSuchPropertyException
Represents an error when a property cannot be found.
|
| PropertyNotReadableException
Represents an exception when a property read fails.
|
| PropertyNotWritableException
Represents an exception when a property write fails.
|