1. What happens when a catch handler throws an exception?
2. What does the statement throw; do?
3. (Catch Parameter) Under what circumstances would you not provide a parameter name when defining the type of the object that will be caught by a handler?