/**@class java.lang.IndexOutOfBoundsException
@extends java.lang.RuntimeException
Thrown when a program attempts to access a value in an indexable collection
using a value which is outside of the range of valid indices.
*/
var IndexOutOfBoundsException = {
};