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, toStringpublic 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.
PropertyChangeEventCopyright © 2015. All Rights Reserved.