com.yangxiaochen.exception.spring.ExceptionTranslator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of expressive-exception-spring-mvc Show documentation
Show all versions of expressive-exception-spring-mvc Show documentation
Exception handler for spring boot 2.1.* (spring mvc 5.1.*) with Expressive Exception
package com.yangxiaochen.exception.spring;
import javax.servlet.http.HttpServletRequest;
/**
* @author yangxiaochen
*/
public interface ExceptionTranslator {
Exception translate(Exception e, HttpServletRequest request);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy