RleCompressorException

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

public class RleCompressorException extends CompressorException

استثناء ضاغط rle.

المنشئات

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

RleCompressorException(String message)

public RleCompressorException(String message)

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

Parameters:

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

RleCompressorException(String message, Throwable innerException)

public RleCompressorException(String message, Throwable innerException)

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

Parameters:

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