Package org.openstreetmap.josm.tools
Class MemoryManager.NotEnoughMemoryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openstreetmap.josm.tools.MemoryManager.NotEnoughMemoryException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- MemoryManager
public static class MemoryManager.NotEnoughMemoryException extends java.lang.Exception
This exception is thrown if there is not enough memory for allocating the given object.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotEnoughMemoryException(long memoryBytesRequired)
-
-
-
Constructor Detail
-
NotEnoughMemoryException
NotEnoughMemoryException(long memoryBytesRequired)
-
-