From e9e19e76dcf75c5306086694ee47c8bd587f1880 Mon Sep 17 00:00:00 2001 From: Graeme Rocher Date: Thu, 12 Sep 2024 10:01:47 -0400 Subject: [PATCH] Fix broken links in builtInExceptionHandlers.adoc --- .../exceptionHandler/builtInExceptionHandlers.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/docs/guide/httpServer/errorHandling/exceptionHandler/builtInExceptionHandlers.adoc b/src/main/docs/guide/httpServer/errorHandling/exceptionHandler/builtInExceptionHandlers.adoc index 1e565c8071b..05fa23287a5 100644 --- a/src/main/docs/guide/httpServer/errorHandling/exceptionHandler/builtInExceptionHandlers.adoc +++ b/src/main/docs/guide/httpServer/errorHandling/exceptionHandler/builtInExceptionHandlers.adoc @@ -12,13 +12,13 @@ The Micronaut framework ships with several built-in handlers: | api:http.server.exceptions.DuplicateRouteHandler[] | api:http.exceptions.HttpStatusException[] | api:http.server.exceptions.HttpStatusHandler[] -| api:http.exceptions.UnsupportedMediaException[] +| api:http.server.exceptions.UnsupportedMediaException[] | api:http.server.exceptions.HttpStatusHandler[] -| api:http.exceptions.NotFoundException[] +| api:http.server.exceptions.NotFoundException[] | api:http.server.exceptions.HttpStatusHandler[] -| api:http.exceptions.NotAcceptableException[] +| api:http.server.exceptions.NotAcceptableException[] | api:http.server.exceptions.HttpStatusHandler[] -| api:http.exceptions.NotAllowedException[] +| api:http.server.exceptions.NotAllowedException[] | api:http.server.exceptions.NotAllowedExceptionHandler[] | `com.fasterxml.jackson.core.JsonProcessingException` | api:http.server.exceptions.JsonExceptionHandler[]