/**@class java.lang.InstantiationException
@extends java.lang.ReflectiveOperationException
Thrown when a program attempts to access a constructor which is not
accessible from the location where the reference is made.
*/
var InstantiationException = {
};