Module org.bzdev.desktop
Package org.bzdev.swing.text
Class SafeDocument.RunnableWithBadLocException
java.lang.Object
org.bzdev.swing.text.SafeDocument.RunnableWithBadLocException
- All Implemented Interfaces:
Runnable
- Enclosing class:
- SafeDocument
Class to run a thread while logging any BadLocationException that occurs.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RunnableWithBadLocException
public RunnableWithBadLocException()
-
-
Method Details
-
doit
protected void doit()The operation to perform. -
doitBLE
The code the runnable will execute.- Throws:
BadLocationException
- a BadLocationException was thrown
-
run
public void run()
-