PngImageException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception
public class PngImageException extends System.Exception
Die png-Bildausnahme.
Konstruktoren
| Konstruktor | Beschreibung |
|---|---|
| PngImageException(String message) | Initialisiert eine neue Instanz der PngImageException-Klasse. |
| PngImageException(String message, Throwable innerException) | Initialisiert eine neue Instanz der PngImageException-Klasse. |
PngImageException(String message)
public PngImageException(String message)
Initialisiert eine neue Instanz der PngImageException-Klasse.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| Nachricht | java.lang.String | Die Meldung. |
PngImageException(String message, Throwable innerException)
public PngImageException(String message, Throwable innerException)
Initialisiert eine neue Instanz der PngImageException-Klasse.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| Nachricht | java.lang.String | Die Meldung. |
| innerException | java.lang.Throwable | Die innere Ausnahme. |