Class XMPSchemaException

  • All Implemented Interfaces:
    java.io.Serializable

    public class XMPSchemaException
    extends java.lang.Exception
    Doesn't add anything to the default Exception.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      XMPSchemaException​(java.lang.String message)
      Constructs a new XMPSchemaException.
      XMPSchemaException​(java.lang.String message, java.lang.Throwable cause)
      Constructs a new XMPSchemaException.
    • 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

      • XMPSchemaException

        public XMPSchemaException​(java.lang.String message)
        Constructs a new XMPSchemaException.
        Parameters:
        message - Initializes the exception with an error message.
      • XMPSchemaException

        public XMPSchemaException​(java.lang.String message,
                                  java.lang.Throwable cause)
        Constructs a new XMPSchemaException.
        Parameters:
        message - Initializes the exception with an error message.
        cause - The original exception