public class OutOfMemoryError extends UncheckedException:
Error thrown when the runtime cannot allocate more memory.
| Modifier and Type | Member | Description |
|---|---|---|
| public | OutOfMemoryErrorOutOfMemoryError(message as String = "Out of memory"): |
Constructor for OutOfMemoryError. |