Java org.springframework.web.method.annotation ExceptionHandlerMethodResolver fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.method.annotation ExceptionHandlerMethodResolver fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.method.annotation ExceptionHandlerMethodResolver.

The text is from its open source code.

Constructor

ExceptionHandlerMethodResolver(Class handlerType)
A constructor that finds ExceptionHandler methods in the given type.

Method

booleanhasExceptionMappings()
Whether the contained type has any exception mappings.