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

17 lines
1.1 KiB
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)
2020-02-10 01:00:57 -05:00
- [java.net.UnknownHostException: Invalid Hostname for Server](https://www.baeldung.com/java-unknownhostexception)
2020-03-18 00:57:21 -04:00
- [How to Handle Java SocketException](https://www.baeldung.com/java-socketexception)
2020-03-18 02:27:33 -04:00
- [Java Suppressed Exceptions](https://www.baeldung.com/java-suppressed-exceptions)
- [Java Try with Resources](https://www.baeldung.com/java-try-with-resources)
- [Java Global Exception Handler](https://www.baeldung.com/java-global-exception-handler)
- [How to Find an Exceptions Root Cause in Java](https://www.baeldung.com/java-exception-root-cause)
2020-07-21 09:04:41 -04:00
- [Java IOException “Too many open files”](https://www.baeldung.com/java-too-many-open-files)
2020-07-23 09:03:11 -04:00
- [When Does Java Throw the ExceptionInInitializerError?](https://www.baeldung.com/java-exceptionininitializererror)