Class ElementReadOnlyException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- com.nomagic.magicdraw.esi.refactor.move.ElementReadOnlyException
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
@OpenApiAll public class ElementReadOnlyException extends java.lang.ExceptionIndicates that an element is read-only.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ElementReadOnlyException(Element element)Creates new instance ofElementReadOnlyException. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ElementgetElement()Gets the element that is read-only 
 - 
 
- 
- 
Field Detail
- 
element
private final Element element
 
 - 
 
- 
Constructor Detail
- 
ElementReadOnlyException
public ElementReadOnlyException(Element element)
Creates new instance ofElementReadOnlyException.- Parameters:
 element- the element that is read-only
 
 - 
 
- 
Method Detail
- 
getElement
public Element getElement()
Gets the element that is read-only- Returns:
 - the element
 
 
 - 
 
 -