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,
RuntimeException 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.public GifImageException(String message, RuntimeException innerException)
Initializes a new instance of the GifImageException
class.
message
- The exception message.innerException
- The inner exception.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.