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:
Serializable
- Enclosing class:
- MemoryManager
public static class MemoryManager.NotEnoughMemoryException extends 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)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NotEnoughMemoryException
NotEnoughMemoryException(long memoryBytesRequired)
-
-