Packages This Package Prev Next Index
public class java.lang.VirtualMachineError extends java.lang.Error (I-§1.48) { // Constructors public VirtualMachineError(); §1.63.1 public VirtualMachineError(String s); §1.63.2 }Thrown to indicate that the Java Virtual Machine is broken or has run out of resources necessary for it to continue operating.
public VirtualMachineError()
public VirtualMachineError(String s)
s
-
the detail message
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)