jwo.utils.gifutils
Class GIFFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
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. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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