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

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

ParameterTypBeschreibung
Nachrichtjava.lang.StringDie Ausnahmemeldung.

LzwCompressorException(String message, Throwable innerException)

public LzwCompressorException(String message, Throwable innerException)

Initialisiert eine neue Instanz der LzwCompressorException‑Klasse.

Parameters:

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