[Swoop-devel] [issue296] Get rid of stupid error message coming
from HTMLEditorKit
Ron Alford
issue_tracker at mindswap.org
Tue Jan 31 18:04:36 EST 2006
New submission from Ron Alford <ronwalf at umd.edu>:
It's really annoying.
Here's the stack trace:
loading class tree from cache
java.util.EmptyStackException
at java.util.Stack.peek(Stack.java:79)
at
javax.swing.text.DefaultStyledDocument$ElementBuffer.insertElement(DefaultStyledDocument.java:1648)
at
javax.swing.text.DefaultStyledDocument$ElementBuffer.insertUpdate(DefaultStyledDocument.java:1386)
at
javax.swing.text.DefaultStyledDocument$ElementBuffer.insert(DefaultStyledDocument.java:1256)
at javax.swing.text.DefaultStyledDocument.insert(DefaultStyledDocument.java:194)
at javax.swing.text.html.HTMLDocument.insert(HTMLDocument.java:232)
at
javax.swing.text.html.HTMLDocument$HTMLReader.flushBuffer(HTMLDocument.java:3254)
at javax.swing.text.html.HTMLDocument$HTMLReader.flush(HTMLDocument.java:2080)
at javax.swing.text.html.HTMLEditorKit.read(HTMLEditorKit.java:231)
at javax.swing.JEditorPane.setText(JEditorPane.java:1298)
at org.mindswap.swoop.OntologyDisplay.renderOntology(OntologyDisplay.java:747)
at org.mindswap.swoop.OntologyDisplay.displayOntology(OntologyDisplay.java:718)
at org.mindswap.swoop.SwoopFrame$15.run(SwoopFrame.java:2647)
at org.mindswap.swoop.utils.ui.SwoopProgressFrame$2.run(SwoopProgressFrame.java:90)
java.util.EmptyStackException
at java.util.Stack.peek(Stack.java:79)
at
javax.swing.text.DefaultStyledDocument$ElementBuffer.insertElement(DefaultStyledDocument.java:1648)
at
javax.swing.text.DefaultStyledDocument$ElementBuffer.insertUpdate(DefaultStyledDocument.java:1386)
at
javax.swing.text.DefaultStyledDocument$ElementBuffer.insert(DefaultStyledDocument.java:1256)
at javax.swing.text.DefaultStyledDocument.insert(DefaultStyledDocument.java:194)
at javax.swing.text.html.HTMLDocument.insert(HTMLDocument.java:232)
at
javax.swing.text.html.HTMLDocument$HTMLReader.flushBuffer(HTMLDocument.java:3254)
at javax.swing.text.html.HTMLDocument$HTMLReader.flush(HTMLDocument.java:2080)
at javax.swing.text.html.HTMLEditorKit.read(HTMLEditorKit.java:231)
at javax.swing.JEditorPane.setText(JEditorPane.java:1298)
at org.mindswap.swoop.OntologyDisplay.renderOntology(OntologyDisplay.java:747)
at org.mindswap.swoop.OntologyDisplay.modelChanged(OntologyDisplay.java:331)
at org.mindswap.swoop.SwoopModel.notifyListeners(SwoopModel.java:1178)
at org.mindswap.swoop.SwoopModel.removeOntStats(SwoopModel.java:2654)
at org.mindswap.swoop.TermsDisplay.updateTreeDisplay(TermsDisplay.java:2977)
at org.mindswap.swoop.SwoopFrame$15.run(SwoopFrame.java:2652)
at org.mindswap.swoop.utils.ui.SwoopProgressFrame$2.run(SwoopProgressFrame.java:90)
----------
assignedto: ronwalf
messages: 690
nosy: ronwalf
priority: bug
project: Swoop
status: unread
title: Get rid of stupid error message coming from HTMLEditorKit
___________________________________________________
Mindswap issue tracker <issue_tracker at mindswap.org>
<http://www.mindswap.org/issues/issue296>
___________________________________________________
More information about the Swoop-devel
mailing list