Uses of Class
java.lang.VirtualMachineError
Packages that use VirtualMachineError
-
Uses of VirtualMachineError in java.lang
Subclasses of VirtualMachineError in java.langModifier and TypeClassDescriptionclassThrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector.