Uses of Interface
com.ibm.dtfj.image.CorruptData
Packages that use CorruptData
Package
Description
Classes to support reading system images.
-
Uses of CorruptData in com.ibm.dtfj.image
Methods in com.ibm.dtfj.image that return CorruptDataModifier and TypeMethodDescriptionCorruptDataException.getCorruptData()
Get more info about the corrupted dataConstructors in com.ibm.dtfj.image with parameters of type CorruptDataModifierConstructorDescriptionConstruct a new CorruptDataException for the specified corrupt data -
Uses of CorruptData in com.ibm.dtfj.image.j9
Classes in com.ibm.dtfj.image.j9 that implement CorruptData -
Uses of CorruptData in com.ibm.dtfj.image.javacore
Classes in com.ibm.dtfj.image.javacore that implement CorruptData -
Uses of CorruptData in com.ibm.dtfj.phd
Classes in com.ibm.dtfj.phd that implement CorruptDataModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
Constructors in com.ibm.dtfj.phd with parameters of type CorruptData -
Uses of CorruptData in com.ibm.j9ddr.view.dtfj
Methods in com.ibm.j9ddr.view.dtfj that return CorruptDataModifier and TypeMethodDescriptionstatic CorruptData
J9DDRDTFJUtils.handleAsCorruptData
(IProcess p, Throwable t) Convert the supplied error condition into a CorruptData object and return it, typically for insertion into an iterator, or re-throw it if it is an instance of Error that we do not want to intercept.Methods in com.ibm.j9ddr.view.dtfj with parameters of type CorruptDataModifier and TypeMethodDescriptionstatic Iterator
J9DDRDTFJUtils.corruptIterator
(CorruptData data) Return an iterator which contains a single corrupt data itemConstructors in com.ibm.j9ddr.view.dtfj with parameters of type CorruptData -
Uses of CorruptData in com.ibm.j9ddr.view.dtfj.image
Classes in com.ibm.j9ddr.view.dtfj.image that implement CorruptDataModifier and TypeClassDescriptionclass
CorruptData implementation that can bridge the gap between DDR CorruptDataExceptions and DTFJ CorruptData interface -
Uses of CorruptData in com.ibm.j9ddr.vm29.view.dtfj.java.corrupt
Classes in com.ibm.j9ddr.vm29.view.dtfj.java.corrupt that implement CorruptData