Package oms3
Class Notification.ExceptionEvent
- java.lang.Object
-
- java.util.EventObject
-
- oms3.Notification.ExceptionEvent
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Notification
public static class Notification.ExceptionEvent extends EventObject
Exception Event. An exception occured during component execution.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComponentExceptiongetException()Get the Component exception.StringtoString()-
Methods inherited from class java.util.EventObject
getSource
-
-
-
-
Method Detail
-
getException
public ComponentException getException()
Get the Component exception.- Returns:
- the exception
-
toString
public String toString()
- Overrides:
toStringin classEventObject
-
-