ShakyJake
<Donor>
Our application? Entire methods are wrapped in try/catch blocks (oh, and these methods are often dozens of lines).I don't like strong rules but generally I agree. Exceptions shouldn't be used to control program flow, they should be used to jump the control up some number of layers.