public interface ExceptionHandler extends ExceptionEventSource
jDTAUS Core SPI ExceptionHandler
specification to be used by
implementations to handle exceptions.
Modifier and Type | Method and Description |
---|---|
void |
handle(Throwable t)
Handles a given exception.
|
addExceptionListener, getExceptionListeners, removeExceptionListener
void handle(Throwable t)
t
- the Throwable
that was caught.NullPointerException
- if t
is null
.Copyright © 2005-2012 jDTAUS. All Rights Reserved.