单项选择题

阅读下列程序。在该程序的下划线处,应增加哪个选项程序才能通过编译?()

A.throws Exception
B.throws RuntimeException
C.catch(TestException e)
D.catch(Exception e)