Class ArrayIndexOutOfBounds

All Implemented Interfaces:
Serializable

public class ArrayIndexOutOfBounds extends ProguardCoreException
Exception thrown when the index to access an array is known to be out of bound for the array.
See Also:
  • Constructor Details

    • ArrayIndexOutOfBounds

      public ArrayIndexOutOfBounds(int index, int bound)
  • Method Details

    • getIndex

      public int getIndex()
    • getBound

      public int getBound()