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

 Thrown when a program attempts to store an element of an incompatible type in
 an array.
*/
var ArrayStoreException = {


};