com.pearsoneduc.ip.op
Class FFTException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.pearsoneduc.ip.op.OperationException
                    |
                    +--com.pearsoneduc.ip.op.FFTException

public class FFTException
extends OperationException

Exception thrown by ImageFFT objects.

Version:
1.1 [1999/08/01]
Author:
Nick Efford
See Also:
ImageFFT, OperationException, Serialized Form

Constructor Summary
FFTException()
           
FFTException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FFTException

public FFTException()

FFTException

public FFTException(java.lang.String message)