com.pearsoneduc.ip.op
Class OperationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.pearsoneduc.ip.op.OperationException
Direct Known Subclasses:
FFTException, HistogramException, StructElementException

public class OperationException
extends java.lang.Exception

Exception thrown by classes performing image processing operations.

Version:
1.0 [1999/06/21]
Author:
Nick Efford
See Also:
Serialized Form

Constructor Summary
OperationException()
           
OperationException(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

OperationException

public OperationException()

OperationException

public OperationException(java.lang.String message)