@OpenApiAll
public class ElementRemovedInUsedProjectException
extends java.lang.Exception
Constructor and Description |
---|
ElementRemovedInUsedProjectException(Element element)
Creates new instance of
ElementRemovedInUsedProjectException |
Modifier and Type | Method and Description |
---|---|
Element |
getElement()
Gets the element that does not exist in the used project anymore
|
public ElementRemovedInUsedProjectException(Element element)
ElementRemovedInUsedProjectException
element
- the element that was removedpublic Element getElement()