Uses of Class
io.github.jirkasa.servletrouter.ErrorController
-
Uses of ErrorController in io.github.jirkasa.servletrouter
Modifier and TypeClassDescriptionclass
ErrorController
that uses HttpServletRequest and HttpServletResponse.Modifier and TypeMethodDescriptionfinal <T extends ErrorController<Request,
Response>>
voidRouter.registerErrorController
(Class<T> errorController) By default when error occurs in handle method of router, exception is thrown.