public class DefaultExceptionMonitor extends ExceptionMonitor
ExceptionMonitor
implementation that logs uncaught
exceptions using Logger
.
All IoService
s have this implementation as a default exception
monitor.
Constructor | Description |
---|---|
DefaultExceptionMonitor() |
Modifier and Type | Method | Description |
---|---|---|
void |
exceptionCaught(java.lang.Throwable cause) |
Invoked when there are any uncaught exceptions.
|
getInstance, setInstance
public void exceptionCaught(java.lang.Throwable cause)
ExceptionMonitor
exceptionCaught
in class ExceptionMonitor