Uses of Interface
io.avaje.jex.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 TypeMethodDescriptionRouting.error(Class<T> exceptionClass, ExceptionHandler<T> handler) Registers an error handler that handles the given type of exceptions.