采用“throw(对象)”抛出异常对象时,被抛出的对象不能是()。
A.Throwable类的对象
B.Throwable类的子类对象
C.自定义异常类的对象
D.非Throwable类的对象
正确答案是D