org.eigenbase.test.concurrent
Class ConcurrentTestCommandGenerator.FailedThread
java.lang.Object
org.eigenbase.test.concurrent.ConcurrentTestCommandGenerator.FailedThread
- Enclosing class:
- ConcurrentTestCommandGenerator
public static class ConcurrentTestCommandGenerator.FailedThread
- extends Object
Describes a thread that failed
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public final String name
location
public final String location
failure
public final Throwable failure
ConcurrentTestCommandGenerator.FailedThread
public ConcurrentTestCommandGenerator.FailedThread(String name,
String location,
Throwable failure)