|
RTSJ Implementation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
javax.realtime.MemoryAccessError
public class MemoryAccessError
Jamaica Realtime Specification for Java class MemoryAccessError.
This exception will be thrown if a NoHeapRealtimeThread or an AsyncEventHandler with option noheap==true tries to access a reference to an object stored in HeapMemory and if -strictRTSJ has been set.
In JamaicaVM, if -strictRTSJ has not been set, even NoHeapRealtimeThread and AsyncEventHandler with option noheap==true are permitted to access object stored on the normal heap.
| Constructor Summary | |
|---|---|
MemoryAccessError()
Constructor of this exception without detail message. |
|
MemoryAccessError(java.lang.String description)
Constructor of this exception with detail message. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MemoryAccessError()
public MemoryAccessError(java.lang.String description)
description - The detail message or null if none.
|
RTSJ Implementation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||