code StoredException whatWentWrong; // put your exception in here (...) catch ( ... ) whatWentWrong = TheExceptionBeingHandled() Save exception into a variable, then get into another routine and throw it - and that works great when you Only Have One Possible Exception
StoredException whatWentWrong; // put your exception in here (...) catch ( ... ) whatWentWrong = TheExceptionBeingHandled()
whatWentWrong = TheExceptionBeingHandled()