Class ElementReadOnlyException

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

@OpenApiAll public class ElementReadOnlyException extends Exception
Indicates that an element is read-only.
See Also:
  • Constructor Details

    • ElementReadOnlyException

      public ElementReadOnlyException(Element element)
      Creates new instance of ElementReadOnlyException.
      Parameters:
      element - the element that is read-only
  • Method Details

    • getElement

      public Element getElement()
      Gets the element that is read-only
      Returns:
      the element