Class SerializeOptionsException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SerializeOptionsException
    extends XMPException
    Exception for inconsistent serialize options
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SerializeOptionsException​(java.lang.String errorMsg)
      Constructor with error message as 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

      • SerializeOptionsException

        public SerializeOptionsException​(java.lang.String errorMsg)
        Constructor with error message as argument for this exception
        See Also:
        XMPException(String)