java.lang.Object | +--java.lang.Throwable | +--java.lang.Error | +--java.lang.VirtualMachineError | +--java.lang.OutOfMemoryError
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.
| Constructor Summary | |
OutOfMemoryError
copy-> new OutOfMemoryError()copy-> <OutOfMemoryError var> = new OutOfMemoryError();
|
|
OutOfMemoryError
copy-> new OutOfMemoryError( )copy-> <OutOfMemoryError var> = new OutOfMemoryError(<String s>);
|
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |