Author
InterruptedException
Michael Morris
Ranch Hand
Joined: Jan 30, 2002
Posts: 3451
Hi All, Is everyone ignoring the InterruptedException on a wait() call? That is to say: Thanks, Michae Morris
Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius - and a lot of courage - to move in the opposite direction. - Ernst F. Schumacher
Mark Spritzler
ranger
Sheriff
Joined: Feb 05, 2001
Posts: 17231
posted Apr 04, 2002 17:36:00
0
Yes Mark
Perfect World Programming, LLC - Two Laptop Bag - Tube Organizer
How to Ask Questions the Smart Way FAQ
Bal Sharma
Ranch Hand
Joined: Sep 19, 2001
Posts: 273
posted Apr 04, 2002 22:36:00
0
Hello Michael: I did not ignore it. I had try and catch block in my lock method as you have mentioned here. -Bal
Mark Spritzler
ranger
Sheriff
Joined: Feb 05, 2001
Posts: 17231
posted Apr 05, 2002 09:14:00
0
I think he meant ignore, to be not putting any code in it's {} part. At least that how I took it. Mark
Michael Morris
Ranch Hand
Joined: Jan 30, 2002
Posts: 3451
Hi Mark and Bal, I meant just not do anything in the catch block as Mark said. Sorry for the confusion. Michael Morris
Bal Sharma
Ranch Hand
Joined: Sep 19, 2001
Posts: 273
posted Apr 05, 2002 12:43:00
0
I am sorry, it was my bad. My previous statement was not clear. I had following. If there is any problem I can see it, I can pin point exact location that was my assumption. -Bal
subject: InterruptedException