I'm trying to implement an intra-procedural analysis that computes, for each method, the set of exceptions that method may throw, including runtime exceptions that are explicitly thrown by means of a throw statement.
So far, I'm completely lost on how to start it with SOOT. Anyone can give me a first hint?