Class ElementRemovedInUsedProjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nomagic.magicdraw.esi.refactor.move.ElementRemovedInUsedProjectException
- All Implemented Interfaces:
Serializable
Indicates that an element does not exist anymore in the latest version of the used project
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the element that does not exist in the used project anymoreMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ElementRemovedInUsedProjectException
Creates new instance ofElementRemovedInUsedProjectException
- Parameters:
element
- the element that was removed
-
-
Method Details
-
getElement
Gets the element that does not exist in the used project anymore- Returns:
- the element
-