public interface NotFoundAdviceTrait<N extends Exception> extends AdviceTrait
| Modifier and Type | Method and Description |
|---|---|
default org.springframework.http.ResponseEntity<org.zalando.problem.Problem> |
handleNotFound(N exception,
org.springframework.web.context.request.NativeWebRequest request) |
@ExceptionHandler default org.springframework.http.ResponseEntity<org.zalando.problem.Problem> handleNotFound(N exception, org.springframework.web.context.request.NativeWebRequest request)
Copyright © 2015 Zalando SE. All rights reserved.