Class java.lang.OutOfMemoryException
All Packages    This Package    Previous    Next

Class java.lang.OutOfMemoryException

java.lang.Object
   |
   +----java.lang.Exception
           |
           +----java.lang.OutOfMemoryException

public class OutOfMemoryException
extends Exception
Signals out of memory.
Version:
1.7, 31 Jan 1995

OutOfMemoryException()
Constructor.
OutOfMemoryException(String)
Constructor with a detail message.

OutOfMemoryException
  public OutOfMemoryException()
Constructor.

OutOfMemoryException

  public OutOfMemoryException(String s)
Constructor with a detail message.


All Packages    This Package    Previous    Next