| Monitors uncaught exceptions.
ExceptionMonitor.exceptionCaught(Throwable) is
invoked when there are any uncaught exceptions.
You can monitor any uncaught exceptions by setting
ExceptionMonitor by calling
ExceptionMonitor.setInstance(ExceptionMonitor) . The default
monitor logs all caught exceptions in WARN level using
SLF4J.
author: The Apache MINA Project (dev@mina.apache.org) version: $Rev: 576217 $, $Date: 2007-09-16 17:55:27 -0600 (Sun, 16 Sep 2007) $ See Also: DefaultExceptionMonitor |