Class XMPException

    • Constructor Detail

      • XMPException

        public XMPException()
      • XMPException

        public XMPException​(String message)
        Constructs an exception with a message.
        Parameters:
        message - the message
      • XMPException

        public XMPException​(Throwable cause)
        Constructs an exception with a Throwable
        Parameters:
        cause - the exception source
      • XMPException

        public XMPException​(String message,
                            Throwable cause)
        Constructs an exception with a message, and a Throwable
        Parameters:
        message - the error message.
        cause - the exception source