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 classDefaultExceptionMonitorA defaultExceptionMonitorimplementation that logs uncaught exceptions usingLogger.Methods in org.apache.mina.util that return ExceptionMonitor Modifier and Type Method Description static ExceptionMonitorExceptionMonitor. getInstance()Methods in org.apache.mina.util with parameters of type ExceptionMonitor Modifier and Type Method Description static voidExceptionMonitor. setInstance(ExceptionMonitor monitor)Sets the uncaught exception monitor.
-