View Single Post
  #2 (permalink)  
Old 11-06-2007, 09:32 PM
ShoeNinja's Avatar
ShoeNinja ShoeNinja is offline
Senior Member
 
Join Date: Oct 2007
Posts: 123
ShoeNinja is on a distinguished road
Send a message via AIM to ShoeNinja
Both are right. However, you will have to use a try/catch block eventually. If you tack on a 'throws Exceptioin' to your method signature, you will have to put all calls to that method in a try/catch block.
Reply With Quote