public class WarningExceptionEvent extends ExceptionEvent
| Constructor and Description |
|---|
WarningExceptionEvent(java.lang.Object source,
ConsoleWarning e) |
| Modifier and Type | Method and Description |
|---|---|
ConsoleWarning |
getConsoleWarning()
Retrieves the ConsoleWarning that caused this event.
|
getConsoleExceptionpublic WarningExceptionEvent(java.lang.Object source,
ConsoleWarning e)
public ConsoleWarning getConsoleWarning()
This method is equivalent to:
(ConsoleWarning)getConsoleException();
Copyright © 2000-2021 TIBCO Inc. All Rights Reserved.