Package javaa.beans

Class PropertyVetoException

java.lang.Object
java.lang.Throwable
java.lang.Exception
javaa.beans.PropertyVetoException
All Implemented Interfaces:
Serializable

public class PropertyVetoException extends Exception
Indicates that a proposed property change is unacceptable.
See Also:
  • Constructor Details

    • PropertyVetoException

      public PropertyVetoException(String message, PropertyChangeEvent event)

      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