setExceptionListener
public void setExceptionListener(ExceptionListener el);
Sets the ExceptionListener. If set, the ExceptionListener receives any exceptions caused while run() is running. Cleanup terminates shortly after issuing the exception to the ExceptionListener.
- Parameters
- el - the exception listener.
uj27430_