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

KonstruktorBeschreibung
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:

ParameterTypBeschreibung
Nachrichtjava.lang.StringDie Ausnahmemeldung.

RleCompressorException(String message, Throwable innerException)

public RleCompressorException(String message, Throwable innerException)

Initialisiert eine neue Instanz der RleCompressorException‑Klasse.

Parameters:

ParameterTypBeschreibung
Nachrichtjava.lang.StringDie Ausnahmemeldung.
innerExceptionjava.lang.ThrowableDie innere Ausnahme.