BmpImageException

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 BmpImageException extends ImageException

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

المنشئات

المنشئالوصف
BmpImageException(String message)يقوم بتهيئة نسخة جديدة من الفئة BmpImageException.
BmpImageException(String message, Throwable innerException)يقوم بتهيئة نسخة جديدة من الفئة BmpImageException.

BmpImageException(String message)

public BmpImageException(String message)

يقوم بتهيئة نسخة جديدة من الفئة BmpImageException.

Parameters:

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

BmpImageException(String message, Throwable innerException)

public BmpImageException(String message, Throwable innerException)

يقوم بتهيئة نسخة جديدة من الفئة BmpImageException.

Parameters:

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