XmpException
Leave feedback
On this page
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.groupdocs.metadata.core.GroupDocsMetadataException
public final class XmpException extends GroupDocsMetadataException
The exception that is thrown when XMP has invalid structure.
| Constructor | Description |
|---|---|
| XmpException() | Initializes a new instance of the XmpException class. |
| XmpException(String message) | Initializes a new instance of the XmpException class. |
| XmpException(String message, RuntimeException innerException) | Initializes a new instance of the XmpException class. |
public XmpException()
Initializes a new instance of the XmpException class.
public XmpException(String message)
Initializes a new instance of the XmpException class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| message | java.lang.String | The message. |
public XmpException(String message, RuntimeException innerException)
Initializes a new instance of the XmpException class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| message | java.lang.String | The message. |
| innerException | java.lang.RuntimeException | The inner exception. |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.