GifImageException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.aspose.imaging.coreexceptions.ImageException

public class GifImageException extends ImageException

The Gif image exception.

Constructors

ConstructorDescription
GifImageException(String message)Initializes a new instance of the GifImageException class.
GifImageException(String message, Throwable innerException)Initializes a new instance of the GifImageException class.

GifImageException(String message)

public GifImageException(String message)

Initializes a new instance of the GifImageException class.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe exception message.

GifImageException(String message, Throwable innerException)

public GifImageException(String message, Throwable innerException)

Initializes a new instance of the GifImageException class.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe exception message.
innerExceptionjava.lang.ThrowableThe inner exception.