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