From 82edfba6e97fb79aedda1e679152e47ac140dd66 Mon Sep 17 00:00:00 2001 From: Sara Montemaggi <31258173+saramont@users.noreply.github.com> Date: Mon, 25 Aug 2025 18:59:01 +0200 Subject: [PATCH] Add exception handling resource (#9073) Added link to well made introductory tutorial on the topic of exception handling in Java --- .../java/content/exception-handling@g9P3548F38tYGjevBc42w.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/java/content/exception-handling@g9P3548F38tYGjevBc42w.md b/src/data/roadmaps/java/content/exception-handling@g9P3548F38tYGjevBc42w.md index 8dbc71c63..1c9345691 100644 --- a/src/data/roadmaps/java/content/exception-handling@g9P3548F38tYGjevBc42w.md +++ b/src/data/roadmaps/java/content/exception-handling@g9P3548F38tYGjevBc42w.md @@ -10,4 +10,5 @@ There are three types of exceptions - Visit the following resources to learn more: -- [@video@Understanding Java Exceptions](https://www.youtube.com/watch?v=W-N2ltgU-X4) \ No newline at end of file +- [@video@Understanding Java Exceptions](https://www.youtube.com/watch?v=W-N2ltgU-X4) +- [@video@Java Exception Handling](https://www.youtube.com/watch?v=1XAfapkBQjk)