com.ibm.dtfj.image
Class MemoryAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.dtfj.image.DTFJException
              extended by com.ibm.dtfj.image.MemoryAccessException
All Implemented Interfaces:
java.io.Serializable

public class MemoryAccessException
extends DTFJException

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

See Also:
Serialized Form

Constructor Summary
MemoryAccessException(ImagePointer badPointer)
           
MemoryAccessException(ImagePointer badPointer, java.lang.String description)
           
 
Method Summary
 ImagePointer getPointer()
           
 
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

MemoryAccessException

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

MemoryAccessException

public MemoryAccessException(ImagePointer badPointer)
Method Detail

getPointer

public ImagePointer getPointer()
Returns:
The pointer into the image where the access failed