Other ways to normally exit a try block are to call return, if the try block’s in a method, or execute break or continue if the try block’s part of a breakable or continuable statement.
This page last modified on 24 January 2006.