Class ElementReadOnlyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nomagic.magicdraw.esi.refactor.move.ElementReadOnlyException
- All Implemented Interfaces:
Serializable
Indicates that an element is read-only.
- See Also:
-
Constructor Summary
ConstructorDescriptionElementReadOnlyException
(Element element) Creates new instance ofElementReadOnlyException
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ElementReadOnlyException
Creates new instance ofElementReadOnlyException
.- Parameters:
element
- the element that is read-only
-
-
Method Details
-
getElement
Gets the element that is read-only- Returns:
- the element
-