public class MemoryInUseException extends StaticRuntimeException implements StaticThrowable<MemoryInUseException>
Jamaica Real-Time Specification for Java class MemoryInUseException.
This exception will be thrown if a range of physical memory is created in an area that is already in use (see constructors of classes ImmortalPhysicalMemory, VTPhysicalMemory and LTPhysicalMemory).
StaticThrowable.Hidden
Constructor and Description |
---|
MemoryInUseException()
Constructor of this exception without detail message.
|
MemoryInUseException(String description)
Constructor of this exception with detail message.
|
Modifier and Type | Method and Description |
---|---|
static MemoryInUseException |
get()
Gets the preallocated version of this
Throwable . |
MemoryInUseException |
getSingleton()
For the case of legacy code that creates an RTSJ exception
explicity, this provides a means of obtaining its singleton version.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
addSuppressed, getSuppressed, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, init, init, init, init, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, writeReplace
public MemoryInUseException()
public MemoryInUseException(String description)
description
- The detail message or null if none.public static MemoryInUseException get()
Throwable
. Allocation is
done in memory that acts like ImmortalMemory
. The message and
cause are cleared and the stack trace is filled out.public MemoryInUseException getSingleton()
StaticThrowable
getSingleton
in interface StaticThrowable<MemoryInUseException>
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.