Java White Papers

Navigating Error Recovery Code in Java Applications

Overview Java provides a program-level exception handling mechanism in response to error conditions (that are translated into exceptions by Java VM). However, exception handling code is often widely scattered throughout an application and untested. This paper presents a program visualization tool ExTest that shows quite precisely all the handlers for exceptions triggered by certain kinds of operations, and for each of these handlers, all the witness paths of how the operation would be triggered. Thus, ExTest helps programmers understand the exception handling behavior of Java programs and also facilitates testing exception handling code.

Further White Paper Details
PublisherRutgers, State University of New Jersey File FormatPDF
Date PublishedJune 2007
FormatWhite Papers   
Topics

Quick Sitemap Links: