Class CorruptData
java.lang.Object
com.ibm.dtfj.image.j9.CorruptData
- All Implemented Interfaces:
CorruptData
-
Constructor Summary
ConstructorDescriptionCorruptData
(String message) Create a corrupt data object without an associated addressCorruptData
(String message, ImagePointer address) -
Method Summary
Modifier and TypeMethodDescriptionReturn an address associated with the corruption.toString()
Provides a string which describes the corruption.
-
Constructor Details
-
CorruptData
-
CorruptData
Create a corrupt data object without an associated address- Parameters:
message
-
-
-
Method Details
-
toString
Description copied from interface:CorruptData
Provides a string which describes the corruption.- Specified by:
toString
in interfaceCorruptData
- Overrides:
toString
in classObject
- Returns:
- a descriptive string.
-
getAddress
Description copied from interface:CorruptData
Return 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:
getAddress
in interfaceCorruptData
- Returns:
- the address of the corrupted data.
-