/**@class java.lang.StringIndexOutOfBoundsException
@extends java.lang.IndexOutOfBoundsException
Thrown when the a string is indexed with a value less than zero, or greater
than or equal to the size of the array.
*/
var StringIndexOutOfBoundsException = {
};