|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.dtfj.image.DTFJException
com.ibm.dtfj.image.MemoryAccessException
public class MemoryAccessException
Indicates that an attempt was made to access memory which is not included within the image
Constructor Summary | |
---|---|
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 | |
---|---|
ImagePointer |
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 |
---|
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 exceptionMethod Detail |
---|
public ImagePointer getPointer()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |