Class ParseXMPException

  • All Implemented Interfaces:
    Serializable

    public class ParseXMPException
    extends XMPException
    Exception for parsing failures resulting due to non-adherence to XMP specification.
    See Also:
    Serialized Form
    • Constructor Detail

      • ParseXMPException

        public ParseXMPException​(String errorMsg)
        Constructor with argument for this exception
        Parameters:
        errorMsg - an explaining message
        See Also:
        XMPException(String, Throwable)