public final class XmpException extends GroupDocsMetadataException
The exception that is thrown when XMP has invalid structure.
| Constructor and 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. |
getHResult, getInnerException, getType, setErrorCode, setHResult, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic XmpException()
Initializes a new instance of the XmpException class.
public XmpException(String message)
Initializes a new instance of the XmpException class.
message - The message.public XmpException(String message, RuntimeException innerException)
Initializes a new instance of the XmpException class.
message - The message.innerException - The inner exception.Copyright © 2025. All rights reserved.