|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mina.util.ExceptionMonitor
org.apache.mina.util.DefaultExceptionMonitor
public class DefaultExceptionMonitor
A default ExceptionMonitor
implementation that logs uncaught
exceptions using Logger
.
All IoService
s have this implementation as a default exception
monitor.
Constructor Summary | |
---|---|
DefaultExceptionMonitor()
|
Method Summary | |
---|---|
void |
exceptionCaught(java.lang.Throwable cause)
Invoked when there are any uncaught exceptions. |
Methods inherited from class org.apache.mina.util.ExceptionMonitor |
---|
getInstance, setInstance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultExceptionMonitor()
Method Detail |
---|
public void exceptionCaught(java.lang.Throwable cause)
exceptionCaught
in class ExceptionMonitor
cause
- The caught exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |