org.apache.lucene.util
Class TestRuleReportUncaughtExceptions.UncaughtExceptionEntry

java.lang.Object
  extended by org.apache.lucene.util.TestRuleReportUncaughtExceptions.UncaughtExceptionEntry
Enclosing class:
TestRuleReportUncaughtExceptions

public static class TestRuleReportUncaughtExceptions.UncaughtExceptionEntry
extends Object


Field Summary
 Throwable exception
           
 Thread thread
           
 
Constructor Summary
TestRuleReportUncaughtExceptions.UncaughtExceptionEntry(Thread thread, Throwable exception)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

thread

public final Thread thread

exception

public final Throwable exception
Constructor Detail

TestRuleReportUncaughtExceptions.UncaughtExceptionEntry

public TestRuleReportUncaughtExceptions.UncaughtExceptionEntry(Thread thread,
                                                               Throwable exception)


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.