/**@class java.lang.InternalError
@extends java.lang.VirtualMachineError

 Thrown when the VM notices that it has gotten into an undefined state.
*/
var InternalError = {


};