I have a question

A discussion forum for the JCommon class library.
Locked
thanhtrung
Posts: 2
Joined: Fri Jul 20, 2018 8:56 am
antibot: No, of course not.

I have a question

Post by thanhtrung » Fri Jul 20, 2018 8:59 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,

Locked