* Article: Quick and practical example of hexagonal architecture in java with Spring Project * Removed server.port property from application.properties * BAEL-3397: Difference between throw e and throw new Exception(e) in java * BAEL-3397 : Removed links from readme file * BAEL-3397: removed hexagonal module from the code * BAEL-3397: renamed exceptions package name to rethrow * BAEL-3397: Added next link in core-java-exceptions module and linked core-java-exceptions-2 module
20 lines
1.4 KiB
Markdown
20 lines
1.4 KiB
Markdown
## Core Java Exceptions
|
||
|
||
This module contains articles about core java exceptions
|
||
|
||
### Relevant articles:
|
||
- [Chained Exceptions in Java](https://www.baeldung.com/java-chained-exceptions)
|
||
- [ClassNotFoundException vs NoClassDefFoundError](https://www.baeldung.com/java-classnotfoundexception-and-noclassdeffounderror)
|
||
- [Create a Custom Exception in Java](https://www.baeldung.com/java-new-custom-exception)
|
||
- [Exception Handling in Java](https://www.baeldung.com/java-exceptions)
|
||
- [Differences Between Final, Finally and Finalize in Java](https://www.baeldung.com/java-final-finally-finalize)
|
||
- [Difference Between Throw and Throws in Java](https://www.baeldung.com/java-throw-throws)
|
||
- [“Sneaky Throws” in Java](https://www.baeldung.com/java-sneaky-throws)
|
||
- [The StackOverflowError in Java](https://www.baeldung.com/java-stack-overflow-error)
|
||
- [Checked and Unchecked Exceptions in Java](https://www.baeldung.com/java-checked-unchecked-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)
|
||
- [Common Java Exceptions](https://www.baeldung.com/java-common-exceptions)
|
||
- [How to Find an Exception’s Root Cause in Java](https://www.baeldung.com/java-exception-root-cause)
|
||
- [Is It a Bad Practice to Catch Throwable?](https://www.baeldung.com/java-catch-throwable-bad-practice)
|
||
- [[Next -->]](/core-java-modules/core-java-exceptions-2) |