java.beans
public class PropertyVetoException extends Exception
Since: 1.1
See Also: VetoableChangeListener
UNKNOWN: updated to 1.4
Constructor Summary | |
---|---|
PropertyVetoException(String msg, PropertyChangeEvent changeEvent)
Instantiate this exception with the given message and property change.
|
Method Summary | |
---|---|
PropertyChangeEvent | getPropertyChangeEvent()
Get the PropertyChange event that was vetoed.
|
Parameters: msg the reason for the veto changeEvent the PropertyChangeEvent that was thrown
Returns: the vetoed change