I guys,

So continuing with my Tagging application. I have a method that returns true or false depending on if it ran successfully. What I would like to do is throw and exception if it does not.

My question is what does this do for the user? Does this allow them to do a try catch and use my custom exception in the catch clause?