Methods in com.jgoodies.binding.beans that return PropertyAccessException |
static PropertyAccessException |
PropertyAccessException.createReadAccessException(Object bean,
PropertyAccessor propertyAccessor,
String causeMessage)
Creates and returns a new PropertyAccessException instance for a failed
read access for the specified bean, property accessor and cause. |
static PropertyAccessException |
PropertyAccessException.createReadAccessException(Object bean,
PropertyAccessor propertyAccessor,
Throwable cause)
Creates and returns a new PropertyAccessException instance for a failed
read access for the specified bean, property accessor and cause. |
static PropertyAccessException |
PropertyAccessException.createWriteAccessException(Object bean,
Object value,
PropertyAccessor propertyAccessor,
String causeMessage)
Creates and returns a new PropertyAccessException instance for a failed
write access for the specified bean, value, property accessor and
cause. |
static PropertyAccessException |
PropertyAccessException.createWriteAccessException(Object bean,
Object value,
PropertyAccessor propertyAccessor,
Throwable cause)
Creates and returns a new PropertyAccessException instance for a failed
write access for the specified bean, value, property accessor and
cause. |