Class XMPSchemaException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.xmp.schema.model.XMPSchemaException
All Implemented Interfaces:
Serializable

public class XMPSchemaException extends Exception
Doesn't add anything to the default Exception.
See Also:
  • Constructor Details

    • XMPSchemaException

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

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