Exceptions: CS 310 Lecture notes

Object-Oriented Programming with Java Lecture Notes

3 March 2009 • Exceptions


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.