Class WarningExceptionEvent

java.lang.Object
java.util.EventObject
COM.TIBCO.hawk.console.hawkeye.ExceptionEvent
COM.TIBCO.hawk.console.hawkeye.WarningExceptionEvent
All Implemented Interfaces:
Serializable

public class WarningExceptionEvent extends ExceptionEvent
This class represents the Warning causing this event exceptions
See Also:
  • Constructor Details

  • Method Details

    • getConsoleWarning

      public ConsoleWarning getConsoleWarning()
      Retrieves the ConsoleWarning that caused this event.

      This method is equivalent to:

            (ConsoleWarning)getConsoleException();