public class RandoopUncaughtRunnerThreadExceptionHandler
extends java.lang.Object
implements java.lang.Thread.UncaughtExceptionHandler
| Modifier and Type | Field and Description |
|---|---|
private static RandoopUncaughtRunnerThreadExceptionHandler |
singleInstance |
| Constructor and Description |
|---|
RandoopUncaughtRunnerThreadExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Thread.UncaughtExceptionHandler |
getHandler() |
void |
uncaughtException(java.lang.Thread t,
java.lang.Throwable e) |
private static RandoopUncaughtRunnerThreadExceptionHandler singleInstance