Class XmpParsingException

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

public class XmpParsingException extends Exception
Exception thrown when Parsing failed
Author:
a183132
See Also:
  • Constructor Details

    • XmpParsingException

      public XmpParsingException(XmpParsingException.ErrorType error, String message, Throwable cause)
      Create an instance of XmpParsingException
      Parameters:
      message - a description of the encountered problem
      cause - the cause of the exception
    • XmpParsingException

      public XmpParsingException(XmpParsingException.ErrorType error, String message)
      Create an instance of XmpParsingException
      Parameters:
      message - a description of the encountered problem
  • Method Details