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.
-
EventVetoException(String, EventFireEvent)
- Constructs an EventVetoException instance.
-
getEventFireEvent()
- Gets the event describing the vetoed action.
EventVetoException
public EventVetoException(String mess,
EventFireEvent evt)
- Constructs an EventVetoException instance.
- Parameters:
- mess - A descriptive message.
- evt - An EventFireEvent instance describing the vetoed action.
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