jwo.utils.gifutils
Class GIFFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjwo.utils.gifutils.GIFFormatException
All Implemented Interfaces:
Serializable

public class GIFFormatException
extends IOException

Indicates that a GIF file is not in the correct format.

Version:
2.2, 23rd August, 1998, modified 10th April, 2002.
Author:
Benjamin E. Norman, Minor modificiations, Jo Wood.
See Also:
Serialized Form

Constructor Summary
GIFFormatException()
          Creates the exception to indicate problem with GIF format.
GIFFormatException(String msg)
          Creates the exception with the given message to indicate problem with GIF format.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GIFFormatException

public GIFFormatException()
Creates the exception to indicate problem with GIF format.


GIFFormatException

public GIFFormatException(String msg)
Creates the exception with the given message to indicate problem with GIF format.

Parameters:
msg - Message to report as part of the exception.


Copyright Jo Wood, 1996-2005, last modified, 11th March, 2005