Package java.lang
Class ArrayIndexOutOfBoundsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IndexOutOfBoundsException
-
- java.lang.ArrayIndexOutOfBoundsException
-
- All Implemented Interfaces:
Serializable
public class ArrayIndexOutOfBoundsException extends IndexOutOfBoundsException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArrayIndexOutOfBoundsException()
ArrayIndexOutOfBoundsException(int var0)
ArrayIndexOutOfBoundsException(String var0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
ArrayIndexOutOfBoundsException
public ArrayIndexOutOfBoundsException()
-
ArrayIndexOutOfBoundsException
public ArrayIndexOutOfBoundsException(int var0)
-
ArrayIndexOutOfBoundsException
public ArrayIndexOutOfBoundsException(String var0)
-
-