com.pearsoneduc.ip.io
Class JPEGDecoderException

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

public class JPEGDecoderException
extends ImageDecoderException

Exception thrown if a JPEGDecoder fails to process a JPEG image file.

Version:
1.0 [1999/06/28]
Author:
Nick Efford
See Also:
JPEGDecoder, Serialized Form

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

JPEGDecoderException

public JPEGDecoderException()

JPEGDecoderException

public JPEGDecoderException(java.lang.String message)