You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by bu...@apache.org on 2011/03/20 23:17:22 UTC

DO NOT REPLY [Bug 50951] Unwanted runtime exception instead of checked exception

https://issues.apache.org/bugzilla/show_bug.cgi?id=50951

bmargulies <bi...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|                            |All

--- Comment #1 from bmargulies <bi...@gmail.com> 2011-03-20 18:17:20 EDT ---
JPEGTranscoder has the following. I suggest that the call to printStackTrace is
inappropriate.

        } catch (BridgeException ex) {
            ex.printStackTrace();
            throw new TranscoderException(ex);
        }

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org