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 ExceptionHandlerModifier and TypeMethodDescription<T extends Exception>
ExceptionHandler<Exception>Return a registered exception handler given the exception type or null if one is not found.Methods in io.avaje.jex with parameters of type ExceptionHandlerModifier and TypeMethodDescription<T extends Exception>
ErrorHandlingErrorHandling.exception(Class<T> exceptionClass, ExceptionHandler<T> handler) Register an exception handler for the given exception type.Jex.exception(Class<T> exceptionClass, ExceptionHandler<T> handler) Add an exception handler for the given exception type.