Uses of Class
com.ibm.dtfj.image.DTFJException
Packages that use DTFJException
Package
Description
Classes to support reading system images.
-
Uses of DTFJException in com.ibm.dtfj.image
Subclasses of DTFJException in com.ibm.dtfj.imageModifier and TypeClassDescriptionclass
Used to indicate that corruption has been detected in the image.class
This exception is used to indicate that data was requested which is not available on this system, or in this image.class
Indicates that an attempt was made to access memory which is not included within the image. -
Uses of DTFJException in com.ibm.dtfj.image.j9
Subclasses of DTFJException in com.ibm.dtfj.image.j9 -
Uses of DTFJException in com.ibm.j9ddr.view.dtfj
Subclasses of DTFJException in com.ibm.j9ddr.view.dtfjModifier and TypeClassDescriptionclass
J9DDR CorruptDataException that can take a cause for improved debugging.