public class MemoryTypeConflictException extends StaticRuntimeException implements StaticThrowable<MemoryTypeConflictException>
An instance of this exception may be thrown by classes that permit access to physical memory if they are provided with conflicting memory type specifiers or a conflicting specifier and base address.
StaticThrowable.Hidden| Constructor and Description |
|---|
MemoryTypeConflictException()
Deprecated.
RTSJ 2.0
|
MemoryTypeConflictException(String description)
Deprecated.
RTSJ 2.0
|
| Modifier and Type | Method and Description |
|---|---|
static MemoryTypeConflictException |
get()
Gets the preallocated version of this
Throwable. |
MemoryTypeConflictException |
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, setStackTraceaddSuppressed, getSuppressed, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, init, init, init, init, initCause, isStatic, printStackTrace, printStackTrace, printStackTrace, setStackTrace, writeReplace@Deprecated public MemoryTypeConflictException()
@Deprecated public MemoryTypeConflictException(String description)
description - The detail message or null if none.public static MemoryTypeConflictException 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 MemoryTypeConflictException getSingleton()
StaticThrowablegetSingleton in interface StaticThrowable<MemoryTypeConflictException>getSingleton in class StaticRuntimeExceptionaicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2025 aicas GmbH. All Rights Reserved.