com.ibm.dtfj.image
Class DTFJException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.dtfj.image.DTFJException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CorruptDataException, DataUnavailable, MemoryAccessException

public class DTFJException
extends java.lang.Exception

This class is the superclass of all exceptions thrown by DTFJ classes

See Also:
Serialized Form

Constructor Summary
DTFJException()
           
DTFJException(java.lang.String description)
           
 
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

DTFJException

public DTFJException(java.lang.String description)

DTFJException

public DTFJException()