|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--org.metasyntactic.thread.concurrent.BrokenBarrierException
Thrown by Barrier upon interruption of participant threads
Field Summary | |
int |
index
The index that barrier would have returned upon normal return; |
Constructor Summary | |
BrokenBarrierException(int idx)
Constructs a BrokenBarrierException with given index |
|
BrokenBarrierException(int idx,
java.lang.String message)
Constructs a BrokenBarrierException with the specified index and detail message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public final int index
Constructor Detail |
public BrokenBarrierException(int idx)
idx
- public BrokenBarrierException(int idx, java.lang.String message)
idx
- message
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |