Package COM.TIBCO.hawk.console.hawkeye
Class ErrorExceptionEvent
java.lang.Object
java.util.EventObject
COM.TIBCO.hawk.console.hawkeye.ExceptionEvent
COM.TIBCO.hawk.console.hawkeye.ErrorExceptionEvent
- All Implemented Interfaces:
Serializable
This class represents the Error 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 ConsoleError 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
-
ErrorExceptionEvent
-
-
Method Details
-
getConsoleError
Retrieves the ConsoleError that caused this event.This method is equivalent to:
(ConsoleError)getConsoleException();
-