View Single Post
  #4 (permalink)  
Old 11-09-2007, 11:35 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
Yes. You just have to put 'throws whateverException' on the end of your signature.

Code:
public void calculateSum() throws InvalidSumException{ }
Reply With Quote