com.ibm.dtfj.image
Class DTFJException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.dtfj.image.DTFJException
All implemented interfaces:
java.io.Serializable
Direct known subclasses:
- public class DTFJException
- extends java.lang.Exception
See Also:
Constructor Summary
| Constructor and Description |
|---|
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 |
|---|
clone, equals, finalize, 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