多项选择题

在SpringMVC中,可以使用()方式统一处理异常。

A.使用异常处理器SimpleMappingExceptionResolver
B.实现HandlerExceptionResolver自定义异常处理器
C.只能通过try……catch
D.无法实现统一异常处理