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.
- Author:
- Kappich Systemberatung
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExitOnErrorUncaughtExceptionHandler
public ExitOnErrorUncaughtExceptionHandler()
uncaughtException
public void uncaughtException(Thread t,
Throwable e)
- Specified by:
uncaughtException
in interface Thread.UncaughtExceptionHandler