Class J9DDRCorruptData
java.lang.Object
com.ibm.j9ddr.view.dtfj.image.J9DDRCorruptData
- All Implemented Interfaces:
 CorruptData
CorruptData implementation that can bridge the gap between
DDR CorruptDataExceptions and DTFJ CorruptData interface
- 
Constructor Summary
ConstructorsConstructorDescriptionJ9DDRCorruptData(IProcess proc) J9DDRCorruptData(IProcess proc, CorruptDataException e) J9DDRCorruptData(IProcess proc, String message) J9DDRCorruptData(IProcess proc, String message, long address)  - 
Method Summary
Modifier and TypeMethodDescriptionReturn an address associated with the corruption.toString()Provides a string which describes the corruption. 
- 
Constructor Details
- 
J9DDRCorruptData
 - 
J9DDRCorruptData
 - 
J9DDRCorruptData
 - 
J9DDRCorruptData
 
 - 
 - 
Method Details
- 
getAddress
Description copied from interface:CorruptDataReturn an address associated with the corruption. If the corruption is not associated with an address, return null. If the corruption is associated with more than one address, return the one which best identifies the corruption.- Specified by:
 getAddressin interfaceCorruptData- Returns:
 - the address of the corrupted data.
 
 - 
toString
Description copied from interface:CorruptDataProvides a string which describes the corruption.- Specified by:
 toStringin interfaceCorruptData- Overrides:
 toStringin classObject- Returns:
 - a descriptive string.
 
 
 -