Uses of Class
org.apache.mina.util.ExceptionMonitor
-
Packages that use ExceptionMonitor Package Description org.apache.mina.util Miscellaneous utility classes -
-
Uses of ExceptionMonitor in org.apache.mina.util
Subclasses of ExceptionMonitor in org.apache.mina.util Modifier and Type Class Description class
DefaultExceptionMonitor
A defaultExceptionMonitor
implementation that logs uncaught exceptions usingLogger
.Methods in org.apache.mina.util that return ExceptionMonitor Modifier and Type Method Description static ExceptionMonitor
ExceptionMonitor. getInstance()
Methods in org.apache.mina.util with parameters of type ExceptionMonitor Modifier and Type Method Description static void
ExceptionMonitor. setInstance(ExceptionMonitor monitor)
Sets the uncaught exception monitor.
-