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. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public GifImageException(String message)
Initializes a new instance of the GifImageException
class.
message
- The exception message.