Class XMPException

    • Constructor Summary

      Constructors 
      Constructor Description
      XMPException()  
      XMPException​(java.lang.String message)
      Constructs an exception with a message.
      XMPException​(java.lang.String message, java.lang.Throwable cause)
      Constructs an exception with a message, and a Throwable
      XMPException​(java.lang.Throwable cause)
      Constructs an exception with a Throwable
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • XMPException

        public XMPException()
      • XMPException

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

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

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