Class MemoryAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.dtfj.corereaders.DumpException
com.ibm.dtfj.corereaders.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
ConstructorDescriptionMemoryAccessException
(int asid, long address) MemoryAccessException
(int asid, long address, String description) -
Method Summary
Methods declared in class com.ibm.dtfj.corereaders.DumpException
getAddress, getAddressSpaceId, getDump
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MemoryAccessException
-
MemoryAccessException
public MemoryAccessException(int asid, long address)
-