Java in a Nutshell Online Quick Reference for Java 1.1
Availability: JDK 1.1
public class PropertyVetoException extends Exception {
   // Public Constructor
      public PropertyVetoException(String mess, PropertyChangeEvent evt);
   // Public Instance Methods
      public PropertyChangeEvent getPropertyChangeEvent();
}