/**@class java.lang.ArrayIndexOutOfBoundsException
@extends java.lang.IndexOutOfBoundsException

 Thrown when the an array is indexed with a value less than zero, or greater
 than or equal to the size of the array.
*/
var ArrayIndexOutOfBoundsException = {


};