Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.ematgine.utils.concurrent
Class BrokenBarrierException  view BrokenBarrierException download BrokenBarrierException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.ematgine.utils.concurrent.BrokenBarrierException
All Implemented Interfaces:
java.io.Serializable

public class BrokenBarrierException
extends java.lang.RuntimeException

Thrown by Barrier upon interruption of participant threads


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 int index
          The index that barrier would have returned upon normal return;
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
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

index

public final int index
The index that barrier would have returned upon normal return;

Constructor Detail

BrokenBarrierException

public BrokenBarrierException(int idx)
Constructs a BrokenBarrierException with given index


BrokenBarrierException

public BrokenBarrierException(int idx,
                              java.lang.String message)
Constructs a BrokenBarrierException with the specified index and detail message.