What Happens When A Catch Block Throws An Exception?

What Happens When A Catch Block Throws An Exception? If an exception is thrown inside the catch-block and that exception is not caught, the catch-block is interrupted just like the try-block would have been. When the catch block is finished the program continues with any statements following the catch block. What happens if we throw