public class PropertyVetoException extends Exception
| Constructor and Description |
|---|
PropertyVetoException(String mess,
PropertyChangeEvent evt)
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(String mess, PropertyChangeEvent evt)
PropertyVetoException with a
detailed message.mess - Descriptive messageevt - A PropertyChangeEvent describing the vetoed change.public PropertyChangeEvent getPropertyChangeEvent()
PropertyChangeEvent.Dracula Javadoc Sample, Made with Allan Im.