Re: How to handle Exceptions in Static Initialization block ?
Posted By:
baiju_scariah
Posted On:
Saturday, June 2, 2001 07:30 AM
I am trying to write a static initialization block. This block calls some methods which throw SQLExceptions. Can I catch these exceptions and do some further processing on them ?