When would be the best use of this type of exception and is it handeled properly if caught in a catch like so?
catch(Exception e)
Or does it ne
It really depends on the case at hand, either is correct in itself. Without narrowing down the scope of the question, it's a bit hard to give a "best use" example.