com.pearsoneduc.ip.io
Class SIFDecoderException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.pearsoneduc.ip.io.ImageDecoderException
                    |
                    +--com.pearsoneduc.ip.io.SIFDecoderException

public class SIFDecoderException
extends ImageDecoderException

Exception thrown if a SIFDecoder cannot read image data in SIF format.

Version:
1.0 [1999/01/30]
Author:
Nick Efford
See Also:
SIFDecoder, Serialized Form

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

SIFDecoderException

public SIFDecoderException()

SIFDecoderException

public SIFDecoderException(java.lang.String message)