Uses of Interface
io.avaje.jex.ErrorHandling
Packages that use ErrorHandling
-
Uses of ErrorHandling in io.avaje.jex
Methods in io.avaje.jex that return ErrorHandlingModifier and TypeMethodDescriptionAdds an error mapper to the instance.Adds an error mapper for the specified content-type to the instance.Jex.errorHandling()Return the Error handler to add error handlers.<T extends Exception>
ErrorHandlingErrorHandling.exception(Class<T> exceptionClass, ExceptionHandler<T> handler) Register an exception handler for the given exception type.Methods in io.avaje.jex with parameters of type ErrorHandlingModifier and TypeMethodDescriptionvoidErrorHandling.Service.add(ErrorHandling errorHandling) Add to the error handling.