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

[363 byte] By [Bartelda] at [2007-11-27 1:19:07]
# 1
Look at Thread.UncaughtExceptionHandler
JacoDa at 2007-7-11 23:55:25 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...