Module openj9.dtfj

Class CorruptDataException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DTFJCorruptDataException

public class CorruptDataException extends DTFJException
Used to indicate that corruption has been detected in the image.
See Also:
  • Constructor Details

    • CorruptDataException

      public CorruptDataException(CorruptData data)
      Construct a new CorruptDataException for the specified corrupt data
      Parameters:
      data - the corruptData
  • Method Details

    • getCorruptData

      public CorruptData getCorruptData()
      Get more info about the corrupted data
      Returns:
      the CorruptData object