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.
{@code OutOfMemoryError} objects may be constructed by the virtual
machine as if {@linkplain Throwable#Throwable(String, Throwable,
boolean, boolean) suppression were disabled and/or the stack trace was not
writable}.
- author:
unascribed
-
- since:
JDK1.0
-
Methods from java.lang.Throwable: |
---|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getStackTraceDepth, getStackTraceElement, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |