org.apache.lucene.util
Class UncaughtExceptionsRule.UncaughtExceptionEntry
java.lang.Object
org.apache.lucene.util.UncaughtExceptionsRule.UncaughtExceptionEntry
- Enclosing class:
- UncaughtExceptionsRule
public static class UncaughtExceptionsRule.UncaughtExceptionEntry
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
thread
public final Thread thread
exception
public final Throwable exception
UncaughtExceptionsRule.UncaughtExceptionEntry
public UncaughtExceptionsRule.UncaughtExceptionEntry(Thread thread,
Throwable exception)