XmpException

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 XmpException extends FrameworkException

Die Ausnahme, die ausgelöst wird, wenn XMP eine ungültige Struktur hat.

Konstruktoren

KonstruktorBeschreibung
XmpException()Initialisiert eine neue Instanz der XmpException Klasse.
XmpException(String message)Initialisiert eine neue Instanz der XmpException Klasse.
XmpException(String message, Throwable innerException)Initialisiert eine neue Instanz der XmpException Klasse.

XmpException()

public XmpException()

Initialisiert eine neue Instanz der XmpException Klasse.

XmpException(String message)

public XmpException(String message)

Initialisiert eine neue Instanz der XmpException Klasse.

Parameters:

ParameterTypBeschreibung
Nachrichtjava.lang.StringDie Meldung.

XmpException(String message, Throwable innerException)

public XmpException(String message, Throwable innerException)

Initialisiert eine neue Instanz der XmpException Klasse.

Parameters:

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