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
Die LZW-Kompressor-Ausnahme.
Konstruktoren
| Konstruktor | Beschreibung |
|---|---|
| LzwCompressorException(String message) | Initialisiert eine neue Instanz der LzwCompressorException‑Klasse. |
| LzwCompressorException(String message, Throwable innerException) | Initialisiert eine neue Instanz der LzwCompressorException‑Klasse. |
LzwCompressorException(String message)
public LzwCompressorException(String message)
Initialisiert eine neue Instanz der LzwCompressorException‑Klasse.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| Nachricht | java.lang.String | Die Ausnahmemeldung. |
LzwCompressorException(String message, Throwable innerException)
public LzwCompressorException(String message, Throwable innerException)
Initialisiert eine neue Instanz der LzwCompressorException‑Klasse.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| Nachricht | java.lang.String | Die Ausnahmemeldung. |
| innerException | java.lang.Throwable | Die innere Ausnahme. |