Answers for "Can we rethrow the same exception from catch handler"

0

Can we rethrow the same exception from catch handler

Yes we can rethrow the same exception from our catch handler. 
If we want to rethrow checked exception from a catch block we need to declare 
that exception.
Posted by: Guest on December-01-2020

Code answers related to "Can we rethrow the same exception from catch handler"

Browse Popular Code Answers by Language