Class XmpSerializationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.xmpbox.xml.XmpSerializationException
All Implemented Interfaces:
Serializable

public class XmpSerializationException extends Exception
Exception when Parsing cannot be made
Author:
a183132
See Also:
  • Constructor Details

    • XmpSerializationException

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

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