Rule of Thumb: Unchecked Exception vs Checked Exception
If caller can not do anything to resolve the problem when exception happens, make the exception unchecked.
Technorati Tags: Java
Thoughts of a programmer, gadget freak and personal finance noob
If caller can not do anything to resolve the problem when exception happens, make the exception unchecked.
Technorati Tags: Java
Comments