public class MemoryAccessException extends DTFJException
Constructor and Description |
---|
MemoryAccessException(ImagePointer badPointer)
Build exception for the given location and description
|
MemoryAccessException(ImagePointer badPointer,
java.lang.String description)
Build exception for the given location and description
|
Modifier and Type | Method and Description |
---|---|
ImagePointer |
getPointer()
Get a pointer into the image where the access failed.
|
public MemoryAccessException(ImagePointer badPointer, java.lang.String description)
badPointer
- the location which caused the access exceptiondescription
- text descriptionpublic MemoryAccessException(ImagePointer badPointer)
badPointer
- the location which caused the access exceptionpublic ImagePointer getPointer()
© Copyright 2005, 2012 IBM Corporation. All Rights Reserved.