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
ConstructorsConstructorDescriptionMemoryAccessException(int asid, long address) MemoryAccessException(int asid, long address, String description)  - 
Method Summary
Methods declared in class DumpException
getAddress, getAddressSpaceId, getDumpMethods declared in class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
MemoryAccessException
 - 
MemoryAccessException
public MemoryAccessException(int asid, long address)  
 -