public class PropertyVetoException
extends java.lang.Exception
Constructor and Description |
---|
PropertyVetoException(java.lang.String message,
PropertyChangeEvent event)
Constructs an instance with a message and the change event.
|
Modifier and Type | Method and Description |
---|---|
PropertyChangeEvent |
getPropertyChangeEvent()
Gets the property change event.
|
public PropertyVetoException(java.lang.String message, PropertyChangeEvent event)
Constructs an instance with a message and the change event.
message
- A description of the veto.event
- The event that was vetoed.public PropertyChangeEvent getPropertyChangeEvent()
Gets the property change event.
PropertyChangeEvent