public class PropertyVetoException extends Exception
| Constructor and Description |
|---|
PropertyVetoException(String
Constructs a
PropertyVetoException with a detailed message.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyChangeEvent |
getPropertyChangeEvent()
Gets the vetoed
PropertyChangeEvent.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PropertyVetoException(Stringmess, PropertyChangeEvent evt)
PropertyVetoException with a detailed message.
mess - Descriptive message
evt - A PropertyChangeEvent describing the vetoed change.
public PropertyChangeEventgetPropertyChangeEvent()
PropertyChangeEvent.