Class ElementsExistInUsedProjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nomagic.magicdraw.esi.refactor.move.ElementsExistInUsedProjectException
- All Implemented Interfaces:
Serializable
Exception that is thrown when some of the moved elements already exist in the target used project
- See Also:
-
Constructor Summary
ConstructorDescriptionElementsExistInUsedProjectException
(Set<Element> elements) Creates new instance ofElementsExistInUsedProjectException
-
Method Summary
Modifier and TypeMethodDescriptionGets the element that does not exist in the used project anymoreMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ElementsExistInUsedProjectException
Creates new instance ofElementsExistInUsedProjectException
- Parameters:
elements
- the elements that already exist in the target project by Local ID
-
-
Method Details
-
getElements
Gets the element that does not exist in the used project anymore- Returns:
- the element
-