CompressorException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.aspose.imaging.coreexceptions.FrameworkException

public class CompressorException extends FrameworkException

Die Kompressor‑Ausnahme.

Konstruktoren

KonstruktorBeschreibung
CompressorException(String message)Initialisiert eine neue Instanz der CompressorException Klasse.
CompressorException(String message, Throwable innerException)Initialisiert eine neue Instanz der CompressorException Klasse.

CompressorException(String message)

public CompressorException(String message)

Initialisiert eine neue Instanz der CompressorException Klasse.

Parameters:

ParameterTypBeschreibung
Nachrichtjava.lang.StringDie Ausnahmemeldung.

CompressorException(String message, Throwable innerException)

public CompressorException(String message, Throwable innerException)

Initialisiert eine neue Instanz der CompressorException Klasse.

Parameters:

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