Question: In the try block, for the if statement is the new exception just throwing the new exception, or is this try block being executed? It
In the try block, for the if statement is the new exception just throwing the new exception, or is this try block being executed? It looks like the try and catch block are being executed? Why doesn't it print the excpt.getMessage() ? Wanted to clarify those questions and the flow of execution here, not sure when execution would stop and which blocks would execute if something is flagged. 
re 3.2.2: BMl example with multiple exception handlers
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
