com.ibm.dtfj.image
Class MemoryAccessException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.dtfj.image.DTFJException
com.ibm.dtfj.image.MemoryAccessException
All implemented interfaces:
java.io.Serializable
- public class MemoryAccessException
- extends DTFJException
See Also:
Constructor Summary
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
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getPointer()
Get a pointer into the image where the access failed.
|
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
MemoryAccessException
- public MemoryAccessException(ImagePointer badPointer,
- java.lang.String description)
Build exception for the given location and description
Parameters:
badPointer
- the location which caused the access exception description
- text description MemoryAccessException
- public MemoryAccessException(ImagePointer badPointer)
Build exception for the given location and description
Parameters:
badPointer
- the location which caused the access exception Method Detail
getPointer
- public ImagePointer getPointer( )
Get a pointer into the image where the access failed.
Returns:
The pointer into the image where the access failed