Uses of Class com.jgoodies.binding.beans.PropertyAccessException

Uses in package com.jgoodies.binding.beans

Methods with return type com.jgoodies.binding.beans.PropertyAccessException

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.
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.

Copyright © 2002-2007 JGoodies Karsten Lentzsch. All Rights Reserved.