Class DTFJException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.dtfj.image.DTFJException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 CorruptDataException, DataUnavailable, MemoryAccessException
This class is the superclass of all exceptions thrown by DTFJ classes
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionBuild exception with no descriptionDTFJException(String description) Build exception with the given description - 
Method Summary
Methods declared in class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
DTFJException
Build exception with the given description- Parameters:
 description-
 - 
DTFJException
public DTFJException()Build exception with no description 
 -