1. Creating your own Exception
30m 49s
2. Catch me if you can - Exception Handling in Detail
25m 35s
3. Understanding impacts of Poor Exception Handling - Real Time Example
05m 16s
4. How to handle exception in static block
11m 22s
5. Try with Resources and Selenium Framework
20m 08s
6. Key things to remember - Exception Handling
08m 32s
How to handle exception in static block
In this video, I have explained how handling exception in static block differs from conventional methods. 1. Why we have to mandatorily use try catch block inside static blocks? 2. Can I throw a runtime exception inside try catch block? 3. How can I stop the execution where there is a exception in try catch inside static block? 4. System.exit() method usage 5. Can we consider about removing the static block itself?
In this video, I have explained how handling exception in static block differs from conventional methods. 1. Why we have to mandatorily use try catch block inside static blocks? 2. Can I throw a runtime exception inside try catch block? 3. How can I stop the execution where there is a exception in try catch inside static block? 4. System.exit() method usage 5. Can we consider about removing the static block itself?

Course
Exception Handling - An Art to Master
6 Lessons · 01h 41m · Free
6 Lessons · 01h 41m
1. Creating your own Exception
30m 49s
2. Catch me if you can - Exception Handling in Detail
25m 35s
3. Understanding impacts of Poor Exception Handling - Real Time Example
05m 16s
4. How to handle exception in static block
11m 22s
5. Try with Resources and Selenium Framework
20m 08s
6. Key things to remember - Exception Handling
08m 32s