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 sıkıştırıcı istisnası.
Yapıcılar
| Yapıcı | Açıklama |
|---|---|
| RleCompressorException(String message) | RleCompressorException sınıfının yeni bir örneğini başlatır. |
| RleCompressorException(String message, Throwable innerException) | RleCompressorException sınıfının yeni bir örneğini başlatır. |
RleCompressorException(String message)
public RleCompressorException(String message)
RleCompressorException sınıfının yeni bir örneğini başlatır.
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| mesaj | java.lang.String | İstisna mesajı. |
RleCompressorException(String message, Throwable innerException)
public RleCompressorException(String message, Throwable innerException)
RleCompressorException sınıfının yeni bir örneğini başlatır.
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| mesaj | java.lang.String | İstisna mesajı. |
| innerException | java.lang.Throwable | İç istisna. |