com.ibm.dtfj.image
Class CorruptDataException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.dtfj.image.DTFJException
com.ibm.dtfj.image.CorruptDataException
All implemented interfaces:
java.io.Serializable
- public class CorruptDataException
- extends DTFJException
See Also:
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 |
|---|---|
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