java.lang.Object
com.ibm.dtfj.image.javacore.JCCorruptData
- All Implemented Interfaces:
CorruptData
-
Constructor Summary
ConstructorDescriptionJCCorruptData
(ImagePointer pointer) JCCorruptData
(String message, ImagePointer pointer) -
Method Summary
Modifier and TypeMethodDescriptionReturn an address associated with the corruption.toString()
Answers a string containing a concise, human-readable description of the receiver.
-
Constructor Details
-
JCCorruptData
-
JCCorruptData
-
-
Method Details
-
toString
Description copied from class:java.lang.Object
Answers a string containing a concise, human-readable description of the receiver.- Specified by:
toString
in interfaceCorruptData
- Overrides:
toString
in classObject
- Returns:
- String a printable representation for the receiver.
-
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.
-