@OpenApiAll
public class ElementReadOnlyException
extends java.lang.Exception
| Constructor and Description |
|---|
ElementReadOnlyException(Element element)
Creates new instance of
ElementReadOnlyException. |
| Modifier and Type | Method and Description |
|---|---|
Element |
getElement()
Gets the element that is read-only
|
public ElementReadOnlyException(Element element)
ElementReadOnlyException.element - the element that is read-onlypublic Element getElement()