Class XmpSchemaException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.xmpbox.schema.XmpSchemaException
All Implemented Interfaces:
Serializable

public class XmpSchemaException extends Exception
Exception thrown when problems occurs in Schema Treatment
Author:
a183132
See Also:
  • Constructor Details

    • XmpSchemaException

      public XmpSchemaException(String message)
      Create an instance of XmpSchemaException
      Parameters:
      message - a description of the encountered problem
    • XmpSchemaException

      public XmpSchemaException(String message, Throwable cause)
      Create an instance of XmpSchemaException
      Parameters:
      message - a description of the encountered problem
      cause - the cause of the exception