javax.realtime
Class MemoryAccessError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--javax.realtime.MemoryAccessError
All Implemented Interfaces:
java.io.Serializable

public class MemoryAccessError
extends java.lang.Error

This error is thrown on an attempt to refer to an object in an accessible MemoryArea. For example this will be thrown if logic in a NoHeapRealtimeThread attempts to refer to an object in the traditional Java heap.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Error
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
MemoryAccessError()
          A constructor for MemoryAccessError.
MemoryAccessError(java.lang.String s)
          A descriptive constructor for MemoryAccessError.
 
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

MemoryAccessError

public MemoryAccessError()
A constructor for MemoryAccessError.


MemoryAccessError

public MemoryAccessError(java.lang.String s)
A descriptive constructor for MemoryAccessError.

Parameters:
s - Description of the error.