private class KExDaV.ExceptionHandler
extends java.lang.Object
implements java.lang.Thread.UncaughtExceptionHandler
Modifier and Type | Field and Description |
---|---|
private java.lang.Thread.UncaughtExceptionHandler |
_oldExceptionHandler |
Constructor and Description |
---|
ExceptionHandler(java.lang.Thread.UncaughtExceptionHandler oldExceptionHandler)
Erstellt einen ExceptionHandler
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
void |
uncaughtException(java.lang.Thread t,
java.lang.Throwable e) |
private final java.lang.Thread.UncaughtExceptionHandler _oldExceptionHandler