public class UnsupportedPhysicalMemoryException extends StaticRuntimeException implements StaticThrowable<UnsupportedPhysicalMemoryException>
Jamaica Real-Time Specification for Java class UnsupportedPhysicalMemoryException.
An instance of this exception is thrown by the constructors of raw and physical memory classes if the requested memory type is not supported.
StaticThrowable.Hidden
Constructor and Description |
---|
UnsupportedPhysicalMemoryException()
Constructor of this exception without detail message.
|
UnsupportedPhysicalMemoryException(String description)
Constructor of this exception with detail message.
|
Modifier and Type | Method and Description |
---|---|
static UnsupportedPhysicalMemoryException |
get()
Gets the preallocated version of this
Throwable . |
UnsupportedPhysicalMemoryException |
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, isStatic, 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, isStatic, printStackTrace, printStackTrace, printStackTrace, setStackTrace, writeReplace
public UnsupportedPhysicalMemoryException()
public UnsupportedPhysicalMemoryException(String description)
description
- The detail message or null if none.public static UnsupportedPhysicalMemoryException 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 UnsupportedPhysicalMemoryException getSingleton()
StaticThrowable
getSingleton
in interface StaticThrowable<UnsupportedPhysicalMemoryException>
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2022 aicas GmbH. All Rights Reserved.