public class java.beans
PropertyVetoException


Hide details Login
Java SE 6
  
Extends: Throwable > Exception

A PropertyVetoException is thrown when a proposed change to a property represents an unacceptable value.

Constructors
public PropertyVetoException(String mess, PropertyChangeEvent evt)
Constructs a PropertyVetoException with a detailed message.
messDescriptive message
evtA PropertyChangeEvent describing the vetoed change.

Properties
public PropertyChangeEvent getPropertyChangeEvent()
Gets the vetoed PropertyChangeEvent.
returnA PropertyChangeEvent describing the vetoed change.