java.lang
Class OutOfMemoryError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.OutOfMemoryError

public class OutOfMemoryError
extends Error


Constructor Summary
OutOfMemoryError()
           
OutOfMemoryError(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OutOfMemoryError

public OutOfMemoryError()

OutOfMemoryError

public OutOfMemoryError(String message)