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