Package javaa.beans
Class PropertyVetoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javaa.beans.PropertyVetoException
- All Implemented Interfaces:
Serializable
Indicates that a proposed property change is unacceptable.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyVetoException
(String message, PropertyChangeEvent event) Constructs an instance with a message and the change event. -
Method Summary
Modifier and TypeMethodDescriptionGets the property change event.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PropertyVetoException
Constructs an instance with a message and the change event.
- Parameters:
message
- A description of the veto.event
- The event that was vetoed.
-
-
Method Details
-
getPropertyChangeEvent
Gets the property change event.
- Returns:
- An instance of
PropertyChangeEvent
-