Class MovedElementRemovedOnServerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nomagic.magicdraw.esi.refactor.move.MovedElementRemovedOnServerException
All Implemented Interfaces:
Serializable

@OpenApiAll public class MovedElementRemovedOnServerException extends 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:
  • Constructor Details

    • MovedElementRemovedOnServerException

      public MovedElementRemovedOnServerException(String elementHumanName)
      Creates new instance of MovedElementRemovedOnServerException
      Parameters:
      elementHumanName - the human name of the removed element
  • Method Details

    • getElementHumanName

      public String getElementHumanName()
      Gets the human name of the removed element
      Returns:
      the human name