Class BrokenBarrierException

    • 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,
                                      String message)
        Constructs a BrokenBarrierException with the specified index and detail message.