@OpenApiAll
public class ElementsExistInUsedProjectException
extends java.lang.Exception
| Constructor and Description |
|---|
ElementsExistInUsedProjectException(java.util.Set<Element> elements)
Creates new instance of
ElementsExistInUsedProjectException |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<Element> |
getElements()
Gets the element that does not exist in the used project anymore
|
public ElementsExistInUsedProjectException(java.util.Set<Element> elements)
ElementsExistInUsedProjectExceptionelements - the elements that already exist in the target project by Local IDpublic java.util.Set<Element> getElements()