jwo.utils.gifutils
Class GIFFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by jwo.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.3, 23rd August, 1998, modified 4th October, 2007.
Author:
Benjamin E. Norman, Minor modifications, 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.
 
Method Summary
 
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-2009, last modified, 17th April, 2009