2019-12-11 21:42:31 +03:00
|
|
|
## Core Java Exceptions 2
|
|
|
|
|
|
|
|
This module contains articles about core java exceptions
|
|
|
|
|
2020-01-23 15:41:01 +08:00
|
|
|
### Relevant Articles:
|
|
|
|
|
|
|
|
- [Is It a Bad Practice to Catch Throwable?](https://www.baeldung.com/java-catch-throwable-bad-practice)
|
2020-02-05 16:29:30 +08:00
|
|
|
- [Wrapping vs Rethrowing Exceptions in Java](https://www.baeldung.com/java-wrapping-vs-rethrowing-exceptions)
|
2020-02-10 14:00:57 +08:00
|
|
|
- [java.net.UnknownHostException: Invalid Hostname for Server](https://www.baeldung.com/java-unknownhostexception)
|
2020-03-18 12:57:21 +08:00
|
|
|
- [How to Handle Java SocketException](https://www.baeldung.com/java-socketexception)
|
2020-03-18 14:27:33 +08:00
|
|
|
- [Java Suppressed Exceptions](https://www.baeldung.com/java-suppressed-exceptions)
|