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

استثناء صورة Gif.

المنشئات

المنشئالوصف
GifImageException(String message)ينشئ مثيلاً جديدًا من الفئة GifImageException.
GifImageException(String message, Throwable innerException)ينشئ مثيلاً جديدًا من الفئة GifImageException.

GifImageException(String message)

public GifImageException(String message)

ينشئ مثيلاً جديدًا من الفئة GifImageException.

Parameters:

معاملنوعالوصف
messagejava.lang.Stringرسالة الاستثناء.

GifImageException(String message, Throwable innerException)

public GifImageException(String message, Throwable innerException)

ينشئ مثيلاً جديدًا من الفئة GifImageException.

Parameters:

معاملنوعالوصف
messagejava.lang.Stringرسالة الاستثناء.
innerExceptionjava.lang.Throwableالاستثناء الداخلي.