mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 12:14:37 +07:00
9 lines
356 B
HTML
9 lines
356 B
HTML
<html>
|
|
<body>
|
|
<span style="font-family: verdana,serif;">
|
|
This inspection highlights situations when except clauses are not in the correct order
|
|
(from the more specific to the more generic) or one exception class is caught twice.<br/>
|
|
If you don't fix the order, some exceptions may not be catched by the most specific handler.
|
|
</span>
|
|
</body>
|
|
</html> |