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