Class PositionOutOfRangeException

    • Constructor Detail

      • PositionOutOfRangeException

        public PositionOutOfRangeException​(long position,
                                           long min,
                                           long max,
                                           int aspectNumber)
    • Method Detail

      • getPosition

        public long getPosition()
      • getMin

        public long getMin()
      • getMax

        public long getMax()
      • getAspectNumber

        public int getAspectNumber()