Package COM.TIBCO.hawk.console.hawkeye
Class WarningExceptionEvent
java.lang.Object
java.util.EventObject
COM.TIBCO.hawk.console.hawkeye.ExceptionEvent
COM.TIBCO.hawk.console.hawkeye.WarningExceptionEvent
- All Implemented Interfaces:
Serializable
This class represents the Warning causing this event exceptions
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the ConsoleWarning that caused this event.Methods inherited from class COM.TIBCO.hawk.console.hawkeye.ExceptionEvent
getConsoleExceptionMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
WarningExceptionEvent
-
-
Method Details
-
getConsoleWarning
Retrieves the ConsoleWarning that caused this event.This method is equivalent to:
(ConsoleWarning)getConsoleException();
-