Uses of Interface
io.avaje.jex.http.ExceptionHandler
Packages that use ExceptionHandler
-
Uses of ExceptionHandler in io.avaje.jex
Methods in io.avaje.jex that return types with arguments of type ExceptionHandlerModifier and TypeMethodDescriptionMap<Class<?>, ExceptionHandler<?>> Routing.errorHandlers()Return all the registered Exception Handlers.Methods in io.avaje.jex with parameters of type ExceptionHandlerModifier and TypeMethodDescriptionJex.error(Class<T> exceptionClass, ExceptionHandler<T> handler) Registers an exception handler that handles the given type of exceptions.Routing.error(Class<T> exceptionClass, ExceptionHandler<T> handler) Registers an exception handler that handles the given type of exceptions.