does java have default exception handler or something
Hi,
I am getting a lot of SQLExceptions in my project, and I am fed up with try/catches everywhere in my project. I am doing exactly the same in every catch.
So I was wondering if there is any way of default error handling, so if noone catches this exception, this will catch it.
I know it excists in VB.NET.
thanx guys!
Bart

