javax.realtime
Class MemoryAccessError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byjavax.realtime.MemoryAccessError
All Implemented Interfaces:
Serializable

public class MemoryAccessError
extends Error

This error is thrown when an illegal access occurs---for example, when MemoryArea.newInstance() is used to construct an object in an inaccessible memory area, or when a NoHeapRealtimeThread has a crisis of identity and decides it wants to try referring to the heap anyway.

Author:
Morgan Deters
See Also:
Serialized Form

Constructor Summary
MemoryAccessError()
           
MemoryAccessError(String description)
           
 
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()

MemoryAccessError

public MemoryAccessError(String description)


jRate is developed and maintained by the jRate project development team.
Copyright (c) 2001-2005 Angelo Corsaro and Morgan Deters.