| <html> |
| <head> |
| <link rel="stylesheet" type="text/css" href="css/tips.css"> |
| </head> |
| <body> |
| |
| |
| |
| <p>You can view all statements within the method where certain exceptions can be caught. |
| Just place the caret at the <span class="code_emphasis">throws</span> keyword in a method declaration, |
| press <span class="shortcut">&shortcut:HighlightUsagesInFile;</span> and select the desired exception class from the list. |
| This will also work for <span class="code_emphasis">try</span> and <span class="code_emphasis">catch</span>. |
| </p> |
| <p class="image"><img src="images/highlightExceptions.png"></p> |
| |
| |
| |
| </body> |
| </html> |