Class ElementRemovedInUsedProjectException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.nomagic.magicdraw.esi.refactor.move.ElementRemovedInUsedProjectException
-
- All Implemented Interfaces:
java.io.Serializable
@OpenApiAll public class ElementRemovedInUsedProjectException extends java.lang.Exception
Indicates that an element does not exist anymore in the latest version of the used project- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ElementRemovedInUsedProjectException(Element element)
Creates new instance ofElementRemovedInUsedProjectException
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Element
getElement()
Gets the element that does not exist in the used project anymore
-
-
-
Constructor Detail
-
ElementRemovedInUsedProjectException
public ElementRemovedInUsedProjectException(Element element)
Creates new instance ofElementRemovedInUsedProjectException
- Parameters:
element
- the element that was removed
-
-
Method Detail
-
getElement
public Element getElement()
Gets the element that does not exist in the used project anymore- Returns:
- the element
-
-