de.bsvrz.kex.kexdav.main
Class KExDaV.ExceptionHandler

java.lang.Object
  extended by de.bsvrz.kex.kexdav.main.KExDaV.ExceptionHandler
All Implemented Interfaces:
Thread.UncaughtExceptionHandler
Enclosing class:
KExDaV

private class KExDaV.ExceptionHandler
extends Object
implements Thread.UncaughtExceptionHandler


Field Summary
private  Thread.UncaughtExceptionHandler _oldExceptionHandler
           
 
Constructor Summary
KExDaV.ExceptionHandler(Thread.UncaughtExceptionHandler oldExceptionHandler)
          Erstellt einen ExceptionHandler
 
Method Summary
 String toString()
           
 void uncaughtException(Thread t, Throwable e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_oldExceptionHandler

private final Thread.UncaughtExceptionHandler _oldExceptionHandler
Constructor Detail

KExDaV.ExceptionHandler

public KExDaV.ExceptionHandler(Thread.UncaughtExceptionHandler oldExceptionHandler)
Erstellt einen ExceptionHandler

Parameters:
oldExceptionHandler - alter Exceptionhandler
Method Detail

uncaughtException

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

toString

public String toString()
Overrides:
toString in class Object