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

KonstruktorBeschreibung
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:

ParameterTypBeschreibung
Nachrichtjava.lang.StringDie Ausnahmemeldung.

ImageLoadException(String message, Throwable innerException)

public ImageLoadException(String message, Throwable innerException)

Initialisiert eine neue Instanz der ImageLoadException Klasse.

Parameters:

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