Are there any tools that show all possible exception types a method can throw?
I'm talking about checking the entire method chain, all branches, and also checking framework methods.
I'm aware that a lot of framework methods have their possible exceptions listed, but I'd like a concrete list of possible exceptions (exceptions like SEHException is usually not listed for example)