Catch Exception Dialog

The Catch Exception Dialog is displayed from the Exception menu in the Menu Bar. The Catch Exception Dialog allows the User to specify the class name of a Java exception to be caught in the debugger (that is suspend the target JVM) when the exception is thrown in the target JVM.

This dialog is invoked from the Exceptions Menu in the menu bar, to specify a new exception to be caught in the debugger. This dialog is also invoked from the Exceptions Panel, to edit the properties of an already specified exception to be caught in the debugger. Exception events are displayed in the Events Panel.

fields

By default, all thrown exceptions of the specified Java Exception Class, will be caught in the debugger, causing execution of the target to suspend. Optionally, use the following text field and list to filter out the specified Java Exception Class when thrown from locations you are not interested in.

Filter the Exception when thrown from locations in the following Classes:

buttons

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