}
}
}
final List<ProducedType> thrownExceptions = new ArrayList<ProducedType>();
node.visitChildren(new Visitor() {
@Override
public void visit(Tree.Throw that) {
Expression expression = that.getExpression();
if (expression != null) {
thrownExceptions.add(expression.getTypeModel());