Thread.UncaughtExceptionHandler
@Deprecated
public interface UncaughtExceptionHandler
Modifier and Type | Method and Description |
---|---|
void |
uncaughtException(Feature f,
java.lang.Thread t,
java.lang.Throwable e)
Deprecated.
Method invoked when the given thread terminates due to the given uncaught
exception.
|
void uncaughtException(Feature f, java.lang.Thread t, java.lang.Throwable e)
Any exception thrown by this method will be ignored by the Java Virtual Machine.
f
- the featuret
- the threade
- the exception