Class MovedElementRemovedOnServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nomagic.magicdraw.esi.refactor.move.MovedElementRemovedOnServerException
- All Implemented Interfaces:
Serializable
A special exception which is thrown if a moved element is removed on the server (i.e. in the
latest version of the project)
- See Also:
-
Constructor Summary
ConstructorDescriptionMovedElementRemovedOnServerException
(String elementHumanName) Creates new instance ofMovedElementRemovedOnServerException
-
Method Summary
Modifier and TypeMethodDescriptionGets the human name of the removed elementMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MovedElementRemovedOnServerException
Creates new instance ofMovedElementRemovedOnServerException
- Parameters:
elementHumanName
- the human name of the removed element
-
-
Method Details
-
getElementHumanName
Gets the human name of the removed element- Returns:
- the human name
-