|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Error | +--javax.realtime.MemoryAccessError
This error is thrown on an attempt to refer to an object in
an inaccessible MemoryArea
. For example this
will be thrown if logic in a NoHeapRealtimeThread
attempts to refer to an object in the traditional Java heap.
Constructor Summary | |
MemoryAccessError()
A constructor for MemoryAccessError . |
|
MemoryAccessError(java.lang.String description)
A descriptive constructor for MemoryAccessError . |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public MemoryAccessError()
MemoryAccessError
.public MemoryAccessError(java.lang.String description)
MemoryAccessError
.description
- Description of the error.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |