com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class XmpException

    • Constructor Detail

      • XmpException

        public XmpException()

        Initializes a new instance of the XmpException class.

      • XmpException

        public XmpException(String message)

        Initializes a new instance of the XmpException class.

        Parameters:
        message - The message.
      • XmpException

        public XmpException(String message,
                            RuntimeException innerException)

        Initializes a new instance of the XmpException class.

        Parameters:
        message - The message.
        innerException - The inner exception.