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.ExceptionIndicates 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 Elementelementprivate static longserialVersionUID 
- 
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 ElementgetElement()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
 
 
 - 
 
 -