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
| Konstruktor | Beschreibung |
|---|---|
| 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:
| Parameter | Typ | Beschreibung |
|---|---|---|
| Nachricht | java.lang.String | Die Meldung. |
XmpException(String message, Throwable innerException)
public XmpException(String message, Throwable innerException)
Initialisiert eine neue Instanz der XmpException Klasse.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| Nachricht | java.lang.String | Die Meldung. |
| innerException | java.lang.Throwable | Die innere Ausnahme. |