OutOfMemoryErrorNameOutOfMemoryErrorSynopsis
DescriptionAn OutOfMemoryError is thrown when an attempt to allocate memory fails. Class Summary
public class java.lang.OutOfMemoryError
extends java.lang.VirtualMachineError {
// Constructors
public OutOfMemoryError();
public OutOfMemoryError(String s);
}
ConstructorsOutOfMemoryErrorpublic OutOfMemoryError()
public OutOfMemoryError(String s)
Inherited Methods
See AlsoError, Throwable, VirtualMachineError |
|