public class ExceptionEvent extends java.lang.Object implements TerminalEvent
Terminal exception event. This event is generated
when any exception occured. Holds information about exception.| Constructor and Description |
|---|
ExceptionEvent(java.lang.Exception ex)
Creates
ExceptionEvent object giving occured exception. |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(TerminalListener listener)
Calls correct callback method of
TerminalListener object. |
java.lang.Exception |
getException()
Returns exception.
|
public ExceptionEvent(java.lang.Exception ex)
ExceptionEvent object giving occured exception.ex - exception.public java.lang.Exception getException()
public void accept(TerminalListener listener)
TerminalListener object.accept in interface TerminalEventlistener - TerminalListener object.Copyright © JSCAPE LLC. 1999-2021. All Rights Reserved