Exception Event Panel

The Exception Event Panel is the top right-hand side panel in the top-level Events Window. The Exception Event Panel is initially displayed by double-clicking on a exception event in the Events Panel in the top-level Main Window. (Exceptions that are to be caught in the debugger are displayed in the Exceptions Panel.)

Chained Exceptions

Chained exceptions are a new feature in JDK 1.4. Each exception can link to another exception (the cause). The GUI will display all the links (exceptions) in the chain, each as a separate event list item in the Events Window. The event number will be augmented by a colon (:) followed by the link number in the chain.

Info

Displayed at the top are the following information about the exception event: The text area in the middle displays the exception message.

©2001-2010. debugtools.com LLC. All rights reserved.