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