Class ElementsExistInUsedProjectException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.nomagic.magicdraw.esi.refactor.move.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
-
-
Constructor Summary
Constructors Constructor Description ElementsExistInUsedProjectException(java.util.Set<Element> elements)
Creates new instance ofElementsExistInUsedProjectException
-
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
-
-
-
Constructor Detail
-
ElementsExistInUsedProjectException
public ElementsExistInUsedProjectException(java.util.Set<Element> elements)
Creates new instance ofElementsExistInUsedProjectException
- 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
-
-