com.pearsoneduc.ip.io
Class ImageDecoderException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.pearsoneduc.ip.io.ImageDecoderException
Direct Known Subclasses:
JPEGDecoderException, PNGDecoderException, PPMDecoderException, SIFDecoderException

public class ImageDecoderException
extends java.lang.Exception

Base class for exceptions thrown by image format decoding classes.

Version:
1.1 [1999/06/27]
Author:
Nick Efford
See Also:
Serialized Form

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

ImageDecoderException

public ImageDecoderException()

ImageDecoderException

public ImageDecoderException(java.lang.String message)