java-tutorials/core-java-modules/core-java-exceptions-2/README.md

9 lines
325 B
Markdown
Raw Normal View History

## Core Java Exceptions 2
This module contains articles about core java exceptions
2020-01-23 02:41:01 -05:00
### Relevant Articles:
- [Is It a Bad Practice to Catch Throwable?](https://www.baeldung.com/java-catch-throwable-bad-practice)
2020-02-05 03:29:30 -05:00
- [Wrapping vs Rethrowing Exceptions in Java](https://www.baeldung.com/java-wrapping-vs-rethrowing-exceptions)