- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.dtfj.image.DTFJException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CorruptDataException
,DataUnavailable
,MemoryAccessException
public class DTFJException extends Exception
This class is the superclass of all exceptions thrown by DTFJ classes- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DTFJException()
Build 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 Detail
-
DTFJException
public DTFJException(String description)
Build exception with the given description- Parameters:
description
-
-
DTFJException
public DTFJException()
Build exception with no description
-
-