com.ibm.dtfj.image
Class DTFJException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.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)
           
 
Method Summary
 
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()