Class MovedElementRemovedOnServerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.nomagic.magicdraw.esi.refactor.move.MovedElementRemovedOnServerException
-
- All Implemented Interfaces:
java.io.Serializable
@OpenApiAll public class MovedElementRemovedOnServerException extends java.lang.Exception
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MovedElementRemovedOnServerException(java.lang.String elementHumanName)
Creates new instance ofMovedElementRemovedOnServerException
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getElementHumanName()
Gets the human name of the removed element
-
-
-
Constructor Detail
-
MovedElementRemovedOnServerException
public MovedElementRemovedOnServerException(java.lang.String elementHumanName)
Creates new instance ofMovedElementRemovedOnServerException
- Parameters:
elementHumanName
- the human name of the removed element
-
-