Uses of Interface
io.muserver.UnhandledExceptionHandler
-
Packages that use UnhandledExceptionHandler Package Description io.muserver This package contains the main API of mu-server, for example the server builders, request and response objects. -
-
Uses of UnhandledExceptionHandler in io.muserver
Methods in io.muserver that return UnhandledExceptionHandler Modifier and Type Method Description UnhandledExceptionHandler
MuServerBuilder. unhandledExceptionHandler()
Methods in io.muserver with parameters of type UnhandledExceptionHandler Modifier and Type Method Description MuServerBuilder
MuServerBuilder. withExceptionHandler(UnhandledExceptionHandler exceptionHandler)
Sets the handler to use for exceptions thrown by other handlers, allowing for things such as custom error pages.
-