Search Results

3
votes

When to throw an exception

I would say there are no hard and fast rules on when to use exceptions. However there are good reasons for using or not using them: Reasons to use exceptions: The code flow f …