java.beans
Class PropertyVetoException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.beans.PropertyVetoException
public class
PropertyVetoExceptionextends
Exception PropertyVetoException is thrown when a VetoableChangeListener doesn't
like the proposed change.
Since:Author:See Also:
PropertyVetoException
public PropertyVetoException(java.lang.String msg, java.beans.PropertyChangeEvent changeEvent)
Instantiate this exception with the given message and property change.
Parameters:
getPropertyChangeEvent
public PropertyChangeEvent getPropertyChangeEvent()
Get the PropertyChange event that was vetoed.
Returns: