Name

Class java.beans.PropertyVetoException

Description

A PropertyVetoException is thrown whenever a proposed change to a constrained property is vetoed by a registered VetoableChangeListener.

Class Definition

public class PropertyVetoException extends Exception 
{
   // constructors
   public PropertyVetoException(String mess, PropertyChangeEvent evt);
   
   // methods
   public PropertyChangeEvent getPropertyChangeEvent();
}

See Also

PropertyChangeEvent, VetoableChangeListener

Get Developing Java Beans now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.