|
|||||||||||
| 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
Indicates that an attempt was made to access memory which is not included within the image
| 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 |
public MemoryAccessException(ImagePointer badPointer,
java.lang.String description)
public MemoryAccessException(ImagePointer badPointer)
| Method Detail |
public ImagePointer getPointer()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||