Class PasteAsReferenceException

  • All Implemented Interfaces:
    java.io.Serializable

    @API(type=INTERNAL,
         src=PUBLIC)
    public class PasteAsReferenceException
    extends AuthorOperationException
    Exception for when pasting as reference doesn't work properly.
    See Also:
    Serialized Form
    • 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

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

      • PasteAsReferenceException

        public PasteAsReferenceException​(java.lang.String message)
        Constructor.
        Parameters:
        message - The message of the exception.