public class GifImageException extends ImageException
The Gif image exception.
Constructor and Description |
---|
GifImageException(String message)
Initializes a new instance of the
GifImageException class. |
GifImageException(String message,
Throwable innerException)
Initializes a new instance of the
GifImageException class. |
public GifImageException(String message)
Initializes a new instance of the GifImageException
class.
message
- The exception message.