单项选择题

当程序中出现异常时,不仅可以通过try…catch代码块捕获异常,还可以使用()关键字抛出异常对象。

A.throw
B.Exception
C.args
D.Exceptions