Uses of Class
com.ibm.dtfj.image.DTFJException
-
Packages that use DTFJException Package Description com.ibm.dtfj.image Classes to support reading system images.com.ibm.dtfj.image.j9 com.ibm.j9ddr.view.dtfj -
-
Uses of DTFJException in com.ibm.dtfj.image
Subclasses of DTFJException in com.ibm.dtfj.image Modifier and Type Class Description class
CorruptDataException
Used to indicate that corruption has been detected in the image.class
DataUnavailable
This exception is used to indicate that data was requested which is not available on this system, or in this image.class
MemoryAccessException
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 Modifier and Type Class Description class
FutureImplementation
-
Uses of DTFJException in com.ibm.j9ddr.view.dtfj
Subclasses of DTFJException in com.ibm.j9ddr.view.dtfj Modifier and Type Class Description class
DTFJCorruptDataException
J9DDR CorruptDataException that can take a cause for improved debugging.
-