com.ibm.dtfj.image
Class MemoryAccessError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.dtfj.image.MemoryAccessError
All Implemented Interfaces:
java.io.Serializable

public class MemoryAccessError
extends java.lang.Exception

Indicates that an attempt was made to access memory which is not included within the image

Author:
pburka
See Also:
Serialized Form

Constructor Summary
MemoryAccessError(ImagePointer badPointer)
           
MemoryAccessError(ImagePointer badPointer, java.lang.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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MemoryAccessError

public MemoryAccessError(ImagePointer badPointer,
                         java.lang.String description)

MemoryAccessError

public MemoryAccessError(ImagePointer badPointer)