java.lang
Class ArrayIndexOutOfBoundsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IndexOutOfBoundsException
                  extended byjava.lang.ArrayIndexOutOfBoundsException

public class ArrayIndexOutOfBoundsException
extends IndexOutOfBoundsException


Constructor Summary
ArrayIndexOutOfBoundsException()
           
ArrayIndexOutOfBoundsException(int index)
           
ArrayIndexOutOfBoundsException(String message)
           
ArrayIndexOutOfBoundsException(String message, Throwable cause)
           
ArrayIndexOutOfBoundsException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, initCause, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Constructor Detail

ArrayIndexOutOfBoundsException

public ArrayIndexOutOfBoundsException(String message)

ArrayIndexOutOfBoundsException

public ArrayIndexOutOfBoundsException(int index)

ArrayIndexOutOfBoundsException

public ArrayIndexOutOfBoundsException()

ArrayIndexOutOfBoundsException

public ArrayIndexOutOfBoundsException(Throwable cause)

ArrayIndexOutOfBoundsException

public ArrayIndexOutOfBoundsException(String message,
                                      Throwable cause)