SpringMVC中,实现HandlerExceptionResolver接口进行异常处理时,可以通过( )判断异常所属的类型?
A.instanceof
B.return
C.class
D.public
正确答案是A