Packages This Package Prev Next Index
public class java.lang.OutOfMemoryError extends java.lang.VirtualMachineError (I-§1.63) { // Constructors public OutOfMemoryError(); §1.57.1 public OutOfMemoryError(String s); §1.57.2 }Thrown when the Java Virtual Machine is out of cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector.
public OutOfMemoryError()
public OutOfMemoryError(String s)
s
-
the detail message
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)