Class ParseXMPException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      ParseXMPException​(java.lang.String errorMsg)
      Constructor with argument for this exception
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ParseXMPException

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