Save This Page
Home » Open-JDK-6.b17-src » java » lang » [javadoc | source]
java.lang
public class: OutOfMemoryError [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Error
         java.lang.VirtualMachineError
            java.lang.OutOfMemoryError

All Implemented Interfaces:
    Serializable

Thrown 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.
Fields inherited from java.lang.Error:
serialVersionUID
Constructor:
 public OutOfMemoryError() 
 public OutOfMemoryError(String s) 
    Constructs an OutOfMemoryError with the specified detail message.
    Parameters:
    s - the detail message.
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait