Effective Java
Download
2,19 Mb.
Pdf ko'rish
bet
277/341
Sana
11.07.2022
Hajmi
2,19 Mb.
#776765
1
...
273
274
275
276
277
278
279
280
...
341
Bog'liq
Effective Java
Bu sahifa navigatsiya:
EnumSet.of(Style.BOLD, Style.ITALIC)
Item 77: Don’t ignore exceptions
// Empty catch block ignores exception - Highly suspect! try { ... } catch (SomeException e) { } An empty catch
If you choose to ignore an exception, the catch block should contain a comment explaining