Class XmpParsingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class XmpParsingException
    extends java.lang.Exception
    Exception thrown when Parsing failed
    See Also:
    Serialized Form
    • Constructor Detail

      • XmpParsingException

        public XmpParsingException​(XmpParsingException.ErrorType error,
                                   java.lang.String message,
                                   java.lang.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,
                                   java.lang.String message)
        Create an instance of XmpParsingException
        Parameters:
        message - a description of the encountered problem