|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyAccessException | |
---|---|
com.jgoodies.binding.beans | Contains classes to model and work with Java Beans and Java Bean properties. |
Uses of PropertyAccessException in com.jgoodies.binding.beans |
---|
Methods in com.jgoodies.binding.beans that return PropertyAccessException | |
---|---|
static PropertyAccessException |
PropertyAccessException.createReadAccessException(Object bean,
PropertyDescriptor propertyDescriptor,
Throwable cause)
Creates and returns a new PropertyAccessException instance for a failed read access for the specified bean, property descriptor and cause. |
static PropertyAccessException |
PropertyAccessException.createWriteAccessException(Object bean,
Object value,
PropertyDescriptor propertyDescriptor,
Throwable cause)
Creates and returns a new PropertyAccessException instance for a failed write access for the specified bean, value, property descriptor and cause. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |