Package java.lang

Class ArrayIndexOutOfBoundsException

All Implemented Interfaces:
Serializable

public class ArrayIndexOutOfBoundsException extends IndexOutOfBoundsException
See Also:
  • Constructor Details

    • ArrayIndexOutOfBoundsException

      public ArrayIndexOutOfBoundsException()
    • ArrayIndexOutOfBoundsException

      public ArrayIndexOutOfBoundsException(int var0)
    • ArrayIndexOutOfBoundsException

      public ArrayIndexOutOfBoundsException(String var0)