java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----java.lang.IndexOutOfBoundsException
|
+----java.lang.ArrayIndexOutOfBoundsException
表示用非法数组下标访问数组时抛出的异常信息。如果下标为负或大于等于数组尺寸则为非法下标。
ArrayIndexOutOfBoundsException 类。
ArrayIndexOutOfBoundsException 类。
ArrayIndexOutOfBoundsException 类。
public ArrayIndexOutOfBoundsException()
ArrayIndexOutOfBoundsException 类。
public ArrayIndexOutOfBoundsException(int index)
ArrayIndexOutOfBoundsException 类。
public ArrayIndexOutOfBoundsException(String s)
ArrayIndexOutOfBoundsException 类。