java.lang
Class ArrayIndexOutOfBoundsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.ArrayIndexOutOfBoundsException

public class ArrayIndexOutOfBoundsException
extends RuntimeException

Thrown to indicate that a method has been passed an illegal or inappropriate argument.

Since:
JDK1.0
Version:
1.17, 02/02/00
Author:
unascribed
Available on JControl Devices:
lib

Constructor Summary
ArrayIndexOutOfBoundsException()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, notifyAll, wait
 

Constructor Detail

ArrayIndexOutOfBoundsException

public ArrayIndexOutOfBoundsException()