classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] FYI: HTMLEditorKit partial implementation


From: Lillian Angel
Subject: Re: [cp-patches] FYI: HTMLEditorKit partial implementation
Date: Tue, 13 Dec 2005 17:49:41 -0500

> Try catching a more specific Exception (like ClassCastException) or
> first trying if (e instanceof HTMLEditor). And when catching an
> exception and throwing a new one it often makes sense to chain the
> exceptions with initCause().

You are right. Thanks for catching that.
It is now fixed.


2005-12-13  Lillian Angel  <address@hidden>

        * javax/swing/text/html/HTMLEditorKit.java
        (insertHTML): Fixed catching of exceptions.
        (getHTMLDocument): Likewise.
        (getHTMLEditorKit): Likewise.

Attachment: patch.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]