de.bsvrz.sys.funclib.application
Class ExitOnErrorUncaughtExceptionHandler

java.lang.Object
  extended by 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

Constructor Summary
ExitOnErrorUncaughtExceptionHandler()
           
 
Method Summary
 void uncaughtException(Thread t, Throwable e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExitOnErrorUncaughtExceptionHandler

public ExitOnErrorUncaughtExceptionHandler()
Method Detail

uncaughtException

public void uncaughtException(Thread t,
                              Throwable e)
Specified by:
uncaughtException in interface Thread.UncaughtExceptionHandler