Exception Handling Based on Java

LI Guan-feng
2007-01-01
Abstract:Exception handling is one of the most important characteristics in the Java. Exceptions provide a powerful mechanism for handling error conditions in Java programs , and offer a strong support for reliable software systyems. This paper studies exception handling of Java , and provides a set of principle in using exception handling of Java by analyzing its realizing. Using exceptions effectively makes programs more readable,reliable and maintainable.
What problem does this paper attempt to address?