Packages

 

com.aspose.imaging.coreexceptions

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,
                            Throwable innerException)

        Initializes a new instance of the XmpException class.

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