Exception Handling Scheme of Java

金松,齐璇,柳军飞
DOI: https://doi.org/10.3969/j.issn.1000-7024.2003.12.017
2003-01-01
Abstract:Exception Handling is an important language mechanism of Java. Handling exceptions correctly will help to write a reliable and robust program. The conception and thought of exception has been reviewed. An exception handling scheme is presented. And how to handle typical exceptions of Java is shown.
What problem does this paper attempt to address?