-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: 8
-
Component/s: client-libs
The two methods in HTMLEditorKit: read and insertHTML specify RuntimeException is thrown:
* @throws RuntimeException (will eventually be a BadLocationException)
* if pos is invalid
This is confusing.
BadLocationException is a checked exception and it's also documented.
* @throws RuntimeException (will eventually be a BadLocationException)
* if pos is invalid
This is confusing.
BadLocationException is a checked exception and it's also documented.