2019-12-11 13:42:31 -05:00
|
|
|
## 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)
|
2020-02-10 01:00:57 -05:00
|
|
|
- [java.net.UnknownHostException: Invalid Hostname for Server](https://www.baeldung.com/java-unknownhostexception)
|