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

Author:
PBurka
See Also:
Serialized Form

Constructor Summary
DTFJException()
          Build exception with no description
DTFJException(java.lang.String description)
          Build exception with the given 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DTFJException

public DTFJException(java.lang.String description)
Build exception with the given description

Parameters:
description -

DTFJException

public DTFJException()
Build exception with no description