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

 {@code VirtualMachineError} is the superclass of all error classes that occur
 during the operation of the VM.

 @see Error
*/
var VirtualMachineError = {


};