Create centralized exception handling to recover from unhandled exceptions
My question was similar to this post.
I think the answer is that there is no way to recover from an unhandled exception apart from reloading the page/application. As Günter Zöchbauer stated:
Generally exception should be handled as close as possible to the cause when there is a way to recover.