public class PropertyVetoException extends Exception
Constructor and Description |
---|
PropertyVetoException(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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PropertyVetoException(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
Copyright © 2013. All Rights Reserved.