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
-
-
Field Summary
Fields Modifier and Type Field Description private Element
element
private static long
serialVersionUID
-
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
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
element
private final Element element
-
-
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
-
-