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:
| معامل | نوع | الوصف |
|---|---|---|
| message | java.lang.String | رسالة الاستثناء. |
GifImageException(String message, Throwable innerException)
public GifImageException(String message, Throwable innerException)
يُهيئ نسخة جديدة من الفئة GifImageException.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| message | java.lang.String | رسالة الاستثناء. |
| innerException | java.lang.Throwable | الاستثناء الداخلي. |