1
Answer

throwing exceptions

Ask a question
Bob Lewiston

Bob Lewiston

15y
2.3k
1

The documentation I've found is a little hazy on this subject, so it's time to fire off yet another no-doubt ignorant question:

Is "throw" intended exclusively for the following scenario: Control is transferred out of a try block via a method call, and code in the called method then detects an exception, so the called method uses "throw" to transfer control back to the appropriate catch block associated with the original try block?


Answers (1)