All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.dip.EventVetoException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.ibm.beans.dip.EventVetoException

public class EventVetoException
extends Exception
An EventVetoException object is thrown when a proposed event firing represents an unacceptable action.


Constructor Index

 o EventVetoException(String, EventFireEvent)
Constructs an EventVetoException instance.

Method Index

 o getEventFireEvent()
Gets the event describing the vetoed action.

Constructors

 o EventVetoException
 public EventVetoException(String mess,
                           EventFireEvent evt)
Constructs an EventVetoException instance.

Parameters:
mess - A descriptive message.
evt - An EventFireEvent instance describing the vetoed action.

Methods

 o getEventFireEvent
 public EventFireEvent getEventFireEvent()
Gets the event describing the vetoed action.

Returns:
The EventFireEvent instance describing the vetoed action.

All Packages  Class Hierarchy  This Package  Previous  Next  Index