Class MemoryAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.dtfj.image.DTFJException
com.ibm.dtfj.image.MemoryAccessException
- All Implemented Interfaces:
 Serializable
Indicates that an attempt was made to access memory which is not included within the image.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionMemoryAccessException(ImagePointer badPointer) Build exception for the given location and descriptionMemoryAccessException(ImagePointer badPointer, String description) Build exception for the given location and description - 
Method Summary
Modifier and TypeMethodDescriptionGet a pointer into the image where the access failed.Methods declared in class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
MemoryAccessException
Build exception for the given location and description- Parameters:
 badPointer- the location which caused the access exceptiondescription- text description
 - 
MemoryAccessException
Build exception for the given location and description- Parameters:
 badPointer- the location which caused the access exception
 
 - 
 - 
Method Details
- 
getPointer
Get a pointer into the image where the access failed.- Returns:
 - The pointer into the image where the access failed
 
 
 -