java.lang
Class ArrayIndexOutOfBoundsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.ArrayIndexOutOfBoundsException

public class ArrayIndexOutOfBoundsException
extends RuntimeException


Constructor Summary
ArrayIndexOutOfBoundsException()
           
 
Methods inherited from class java.lang.Throwable
getMessage
 
Methods inherited from class java.lang.Object
getClass, toString
 

Constructor Detail

ArrayIndexOutOfBoundsException

public ArrayIndexOutOfBoundsException()