ImageCreateException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.aspose.imaging.coreexceptions.ImageException
public class ImageCreateException extends ImageException
Die Bild‑Erstellungs‑Ausnahme. Tritt während der Bildgenerierung auf.
Konstruktoren
| Konstruktor | Beschreibung |
|---|---|
| ImageCreateException(String message) | Initialisiert eine neue Instanz der ImageCreateException‑Klasse. |
| ImageCreateException(String message, Throwable innerException) | Initialisiert eine neue Instanz der ImageCreateException‑Klasse. |
ImageCreateException(String message)
public ImageCreateException(String message)
Initialisiert eine neue Instanz der ImageCreateException‑Klasse.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| Nachricht | java.lang.String | Die Ausnahmemeldung. |
ImageCreateException(String message, Throwable innerException)
public ImageCreateException(String message, Throwable innerException)
Initialisiert eine neue Instanz der ImageCreateException‑Klasse.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| Nachricht | java.lang.String | Die Ausnahmemeldung. |
| innerException | java.lang.Throwable | Die innere Ausnahme. |