Package de.bsvrz.sys.funclib.application
Class ExitOnErrorUncaughtExceptionHandler
java.lang.Object
de.bsvrz.sys.funclib.application.ExitOnErrorUncaughtExceptionHandler
- All Implemented Interfaces:
Thread.UncaughtExceptionHandler
public class ExitOnErrorUncaughtExceptionHandler
extends Object
implements Thread.UncaughtExceptionHandler
Implementierung eines UncaughtExceptionHandlers, der bei nicht abgefangenen Exceptions und Errors entsprechende Ausgaben macht und im Falle eines
Errors den Prozess terminiert.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExitOnErrorUncaughtExceptionHandler
public ExitOnErrorUncaughtExceptionHandler()
-
-
Method Details
-
uncaughtException
- Specified by:
uncaughtException
in interfaceThread.UncaughtExceptionHandler
-