Class ElementsExistInUsedProjectException

  • All Implemented Interfaces:
    java.io.Serializable

    @OpenApiAll
    public class ElementsExistInUsedProjectException
    extends java.lang.Exception
    Exception that is thrown when some of the moved elements already exist in the target used project
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<Element> getElements()
      Gets the element that does not exist in the used project anymore
      • 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

      • ElementsExistInUsedProjectException

        public ElementsExistInUsedProjectException​(java.util.Set<Element> elements)
        Creates new instance of ElementsExistInUsedProjectException
        Parameters:
        elements - the elements that already exist in the target project by Local ID
    • Method Detail

      • getElements

        public java.util.Set<Element> getElements()
        Gets the element that does not exist in the used project anymore
        Returns:
        the element