'Find all catchable exception for specific block in Intellij IDEA

I want to catch all possible exceptions in a specific block and handle every type of exception in a separate catch block. So I want to know, how I can find all cachable exceptions in an specific block in Intellij? I know I can put a catch for Exception so that all exceptions will be caught. But as I told I want to handle every type of exception separately.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source