java.lang.Object
com.ibm.dtfj.phd.PHDCorruptData
- All Implemented Interfaces:
- CorruptData
- Direct Known Subclasses:
- PHDCorruptImageModule,- PHDCorruptImageStackFrame,- PHDCorruptImageThread,- PHDCorruptJavaLocation,- PHDCorruptJavaMonitor,- PHDCorruptJavaStackFrame,- PHDCorruptJavaThread
- 
Method SummaryModifier and TypeMethodDescriptionReturn an address associated with the corruption.toString()Answers a string containing a concise, human-readable description of the receiver.
- 
Method Details- 
getAddressDescription 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 interface- CorruptData
- Returns:
- the address of the corrupted data.
 
- 
toStringDescription copied from class:java.lang.ObjectAnswers a string containing a concise, human-readable description of the receiver.- Specified by:
- toStringin interface- CorruptData
- Overrides:
- toStringin class- Object
- Returns:
- String a printable representation for the receiver.
 
 
-