java.lang
Class ArrayIndexOutOfBoundsException

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

public class ArrayIndexOutOfBoundsException
extends java.lang.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()
           
 
Methods inherited from class java.lang.Object
clone, equals, notifyAll, wait
 

Constructor Detail

ArrayIndexOutOfBoundsException

public ArrayIndexOutOfBoundsException()