Question: 2.-(10 points) Assume that method f might throw exceptions Ex1, Ex2, and Ex3. Complete method g below, so that: If the call to f causes
2.-(10 points) Assume that method f might throw exceptions Ex1, Ex2, and Ex3. Complete method g below, so that: If the call to f causes Ex1 to be thrown, g will catch that exception and print "Ex1 caught". If the call to f causes Ex2 to be thrown, g will catch that exception, print "Ex2 caught", and then will throw an Ex4 exception If the call to f causes Ex3 to be thrown, g will allow that exception to be handled by the caller. void g) throws try t fO; /I your code goes here
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
