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

Packages that use PropertyException
com.jgoodies.binding.beans Contains classes to model and work with Java Beans and Java Bean properties. 
 

Uses of PropertyException in com.jgoodies.binding.beans
 

Subclasses of PropertyException in com.jgoodies.binding.beans
 class PropertyAccessException
          A runtime exception that describes read and write access problems when getting/setting a Java Bean property.
 class PropertyNotBindableException
          A runtime exception that describes problems that arise when a bound property cannot be bound properly.
 class PropertyNotFoundException
          A runtime exception that describes that a Java Bean property could not be found.
 class PropertyUnboundException
          A runtime exception that describes that a Java Bean does not support bound properties.
 



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