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

 Thrown when a request for memory is made that can not be satisfied using the
 available platform resources. Such a request may be made by both the running
 application or by an internal function of the VM.
*/
var OutOfMemoryError = {


};