public class ReadOnlyFragmentModificationException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MESSAGE |
Constructor and Description |
---|
ReadOnlyFragmentModificationException(DocumentEvent illegalAttemptEvent,
RangeMarker guardedBlock) |
Modifier and Type | Method and Description |
---|---|
RangeMarker |
getGuardedBlock() |
DocumentEvent |
getIllegalAttemptEvent() |
public static final java.lang.String MESSAGE
public ReadOnlyFragmentModificationException(DocumentEvent illegalAttemptEvent, RangeMarker guardedBlock)
public RangeMarker getGuardedBlock()
public DocumentEvent getIllegalAttemptEvent()