Package | Description |
---|---|
com.jgoodies.binding.beans |
Contains classes to model and work with Java Beans and
Java Bean properties.
|
Modifier and Type | Method and Description |
---|---|
static PropertyAccessException |
PropertyAccessException.createReadAccessException(java.lang.Object bean,
java.beans.PropertyDescriptor propertyDescriptor,
java.lang.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(java.lang.Object bean,
java.lang.Object value,
java.beans.PropertyDescriptor propertyDescriptor,
java.lang.Throwable cause)
Creates and returns a new PropertyAccessException instance for a failed
write access for the specified bean, value, property descriptor and
cause.
|
Copyright © 2002-2010 JGoodies Karsten Lentzsch. All Rights Reserved.