/**@class java.lang.NegativeArraySizeException
@extends java.lang.RuntimeException

 Thrown when an attempt is made to create an array with a size of less than
 zero.
*/
var NegativeArraySizeException = {


};