@OpenApiAll
public class ReadOnlyElementException
extends java.lang.Exception
| Constructor and Description |
|---|
ReadOnlyElementException(BaseElement element)
Constructs new exception for given read only(not editable) Element.
|
| Modifier and Type | Method and Description |
|---|---|
BaseElement |
getElement()
Returns a read only(not editable) element of this exception.
|
public ReadOnlyElementException(@CheckForNull
BaseElement element)
element - the read only Element.public BaseElement getElement()