public static class UncaughtExceptionsRule.UncaughtExceptionEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.Throwable |
exception |
java.lang.Thread |
thread |
Constructor and Description |
---|
UncaughtExceptionsRule.UncaughtExceptionEntry(java.lang.Thread thread,
java.lang.Throwable exception) |