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