Example usage for org.springframework.web.servlet.mvc.method.annotation ExceptionHandlerExceptionResolver subclass-usage

List of usage examples for org.springframework.web.servlet.mvc.method.annotation ExceptionHandlerExceptionResolver subclass-usage

Introduction

In this page you can find the example usage for org.springframework.web.servlet.mvc.method.annotation ExceptionHandlerExceptionResolver subclass-usage.

Usage

From source file com.auditbucket.helper.AnnotatedExceptionResolver.java

@Component
public class AnnotatedExceptionResolver extends ExceptionHandlerExceptionResolver {
    public AnnotatedExceptionResolver() {
        setOrder(HIGHEST_PRECEDENCE);
    }
}