ImageLoadException
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 ImageLoadException extends ImageException
Die Bildlade‑Ausnahme. Tritt beim Laden des Bildes auf.
Konstruktoren
| Konstruktor | Beschreibung |
|---|---|
| ImageLoadException(String message) | Initialisiert eine neue Instanz der ImageLoadException Klasse. |
| ImageLoadException(String message, Throwable innerException) | Initialisiert eine neue Instanz der ImageLoadException Klasse. |
ImageLoadException(String message)
public ImageLoadException(String message)
Initialisiert eine neue Instanz der ImageLoadException Klasse.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| Nachricht | java.lang.String | Die Ausnahmemeldung. |
ImageLoadException(String message, Throwable innerException)
public ImageLoadException(String message, Throwable innerException)
Initialisiert eine neue Instanz der ImageLoadException Klasse.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| Nachricht | java.lang.String | Die Ausnahmemeldung. |
| innerException | java.lang.Throwable | Die innere Ausnahme. |