Exception handling

A discussion forum for the JCommon class library.
Locked
sebastiankirsch@sf.net

Exception handling

Post by sebastiankirsch@sf.net » Fri Aug 22, 2003 8:20 am

Hi there!
I found the jfree packages to be very useful. Unfortunately, all Exeptions that could be generated (SQLException, InterruptedException etc.) seem to be catched internally und written to the serr.
And this is something that hinders me using jfree, as I loose control over errors (okay, i can read the serr, but this is not what the Exceptions were made for...).
So please, dear coders, throw Exceptions, refactor the code!

Thanks,

Sebastian

Taqua
JFreeReport Project Leader
Posts: 698
Joined: Fri Mar 14, 2003 3:34 pm
Contact:

Post by Taqua » Thu Dec 04, 2003 3:00 am

After a long time, this one is handled ... all JDBC* classes of org.jfree.data throw SQLExceptions on errors now ...

Have more fun,
said Thomas

Locked