Constructs a PropertyVetoException with a detailed message.parammess Descriptive messageparamevt A PropertyChangeEvent describing the vetoed change. super(mess); this.evt = evt;
PropertyVetoException
super(mess); this.evt = evt;
Gets the vetoed PropertyChangeEvent.returnA PropertyChangeEvent describing the vetoed change. return evt;
PropertyChangeEvent
return evt;