Class SerializeXMPException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SerializeXMPException
    extends XMPException
    This exception is thrown if the data model contains portions that can't be serialized by a specific serializer or if the options are inconsistent.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SerializeXMPException​(java.lang.String errorMsg)  
    • 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

      • SerializeXMPException

        public SerializeXMPException​(java.lang.String errorMsg)
        See Also:
        XMPException(String)