| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| <html lang="en"> |
| <head> |
| <meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2010. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." > |
| <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
| <meta http-equiv="Content-Style-Type" content="text/css"> |
| <link rel="stylesheet" href="../../book.css" charset="ISO-8859-1" type="text/css"> |
| <title>Exception Breakpoint Suspend on Subclass of this Exception</title> |
| </head> |
| <body> |
| <h1> Exception Breakpoint Suspend on Subclass of this Exception </h1> |
| <p> Select the <strong>Subclasses of this exception</strong> option to suspend execution when subclasses of the exception type are encountered.</p> |
| <p>For example, if an exception breakpoint for <code>RuntimeException</code> is configured to suspend on subclasses, it will also be triggered by a <code>NullPointerException</code>. </p> |
| <p>This option can be changed in the <a href="../../reference/views/breakpoints/ref-breakpoints_view.htm#detail_pane"><strong>Breakpoints View</strong></a> detail pane, with the <a href="../../reference/views/breakpoints/ref-properties_contextaction.htm"><strong>Breakpoint Properties...</strong></a>, or by <a href="../../reference/views/breakpoints/ref-suspendpolicy_contextaction.htm">right-clicking</a> a breakpoint.</p> |
| <p><img src="images/ref-breakpoint_suspendsubclass.PNG" alt="Exception breakpoint suspend on subclass option"></p> |
| <p> </p> |
| <p> <img border="0" src="../../images/ngrelc.png" alt="Related concepts"></p> |
| <p> <a href="../../concepts/cbrkpnts.htm">Breakpoints</a> </p> |
| <p> <img border="0" src="../../images/ngrelt.png" alt="Related tasks"> </p> |
| <p> <a href="../../tasks/task-add_line_breakpoints.htm">Adding breakpoints</a><br> |
| <a href="../../tasks/task-remove_line_breakpoints.htm">Removing breakpoints</a><br> |
| <a href="../../tasks/task-launching_java_program.htm">Launching a Java program</a><br> |
| <a href="../../tasks/task-running_and_debugging.htm">Running and debugging</a></p> |
| <p> <img border="0" src="../../images/ngrelr.png" alt="Related reference" > </p> |
| <p> <a href="../views/breakpoints/ref-addexception_viewaction.htm">Add Java exception breakpoint</a><br> |
| <a href="../../reference/breakpoints/ref-enabled_option.htm">Enabled Option </a><br> |
| <a href="../../reference/breakpoints/ref-hitcount_option.htm">Hit Count</a><br> |
| <a href="../../reference/breakpoints/ref-suspendpolicy_option.htm">Suspend Policy</a><br> |
| <a href="../../reference/breakpoints/ref-caught_option.htm">Caught Option</a><br> |
| <a href="../../reference/breakpoints/ref-uncaught_option.htm">Uncaught Option</a></p> |
| <p> </p> |
| </body> |
| </html> |