Can we rethrow the same exception from catch handler?

Can we rethrow the same exception from catch handler ?

Hey Tom,

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.

1 Like