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