com.ibm.dtfj.image
Class CorruptDataException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.dtfj.image.DTFJException
              extended bycom.ibm.dtfj.image.CorruptDataException
All Implemented Interfaces:
java.io.Serializable

public class CorruptDataException
extends DTFJException

Used to indicate that corruption has been detected in the image.

See Also:
CorruptData, Serialized Form

Constructor Summary
CorruptDataException(CorruptData data)
          Construct a new CorruptDataException for the specified corrupt data
 
Method Summary
 CorruptData getCorruptData()
          Get more info about the corrupted data
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CorruptDataException

public CorruptDataException(CorruptData data)
Construct a new CorruptDataException for the specified corrupt data

Parameters:
data - the corruptData
Method Detail

getCorruptData

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

Returns:
the CorruptData object