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
ConstructorDescriptionBuild exception with no descriptionDTFJException
(String description) Build exception with the given description -
Method Summary
Methods declared in class java.lang.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
-