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
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
elementHumanName
private static long
serialVersionUID
-
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
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
elementHumanName
private final java.lang.String elementHumanName
-
-
Constructor Detail
-
MovedElementRemovedOnServerException
public MovedElementRemovedOnServerException(java.lang.String elementHumanName)
Creates new instance ofMovedElementRemovedOnServerException
- Parameters:
elementHumanName
- the human name of the removed element
-
-