org.netbeans.editor
Class GuardedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.swing.text.BadLocationException
org.netbeans.editor.GuardedException
- All Implemented Interfaces:
- Serializable
public class GuardedException
- extends BadLocationException
Attempt to insert or remove from the guarded block has been done.
Also it's thrown when modification is prohibited (CloneableEditorSupport
sets a "modificationListener" and possibly responds by VetoException to signal
that document is unmodifiable) since this is in fact a case when document
is fully guarded.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GuardedException
public GuardedException(String s,
int offs)