com.pearsoneduc.ip.op
Class StructElementException

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

public class StructElementException
extends OperationException

Exception thrown by objects representing the structuring elements used in morphological image processing.

Version:
1.1 [1999/08/30]
Author:
Nick Efford
See Also:
Serialized Form

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

StructElementException

public StructElementException()

StructElementException

public StructElementException(java.lang.String message)