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