Package net.dclausen.util

Class Summary
ExitLogger A simple SecurityManager which logs calls to ExitLogger.checkExit(int).
SignalInterceptor A simple wrapper around the undocumented and unsupported sun.misc.Signal* classes which are present in most JVM implementations.
SignalLogger A SignalInterceptor which logs incoming signals using the java logging API, then invokes the next handler in the chain.
UncaughtExceptionLogger A ThreadGroup which logs its child Threads' uncaught exceptions using the java logging API.
 

Exception Summary
SignalInterceptorException