使用Filter处理异常

	@Override
	public void doFilter(ServletRequest request, ServletResponse response,
			FilterChain filterChain) throws IOException, ServletException {
 

 

Filter中为什么只抛出IOException、ServletException?有知道的可以发表下意见啊!

你可能感兴趣的:(filter)