com.ibm.dtfj.image

Class CorruptDataException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.dtfj.image.DTFJException
  5. extended bycom.ibm.dtfj.image.CorruptDataException
All implemented interfaces:
java.io.Serializable

  1. public class CorruptDataException
  2. extends DTFJException
Used to indicate that corruption has been detected in the image.
See Also:
CorruptData, Serialized Form

Constructor Summary

Constructor and Description
CorruptDataException(CorruptData data)
Construct a new CorruptDataException for the specified corrupt data

Method Summary

Modifier and Type Method and Description
  1. 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

CorruptDataException

  1. public CorruptDataException(CorruptData data)
Construct a new CorruptDataException for the specified corrupt data
Parameters:
data - the corruptData

Method Detail

getCorruptData

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