---------- Forwarded message ----------
From: Kustaa Nyholm <kustaa.nyh...@planmeca.com>
Date: Wed, Jun 23, 2010 at 1:38 AM
Subject: Re: [Rxtx] gnu.io.RXTXPort discards exception silently if
initialization fails
To: "r...@qbang.org" <r...@qbang.org>



> I did change the code to
>                try {
>                        z = new Zystem();
>                } catch ( Exception e ) {
>                        throw new Error(e.toString());
>                };

Is there a reason why this could/should not be:


>                try {
>                        z = new Zystem();
>                } catch ( Throwable e ) {
>                        e.printStackTrace(System.err);
>                };

_______________________________________________
Rxtx mailing list
r...@qbang.org
http://mailman.qbang.org/mailman/listinfo/rxtx



__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to