Class ElementsExistInUsedProjectException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nomagic.magicdraw.esi.refactor.move.ElementsExistInUsedProjectException
All Implemented Interfaces:
Serializable

@OpenApiAll public class ElementsExistInUsedProjectException extends Exception
Exception that is thrown when some of the moved elements already exist in the target used project
See Also:
  • Constructor Details

    • ElementsExistInUsedProjectException

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

    • getElements

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