Uses of Interface
io.avaje.jex.ExceptionHandler
-
Packages that use ExceptionHandler Package Description io.avaje.jex -
-
Uses of ExceptionHandler in io.avaje.jex
Methods in io.avaje.jex that return ExceptionHandler Modifier and Type Method Description <T extends Exception>
ExceptionHandler<Exception>ErrorHandling. find(Class<T> exceptionType)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 ExceptionHandler Modifier and Type Method Description <T extends Exception>
ErrorHandlingErrorHandling. exception(Class<T> exceptionClass, ExceptionHandler<T> handler)Register an exception handler for the given exception type.<T extends Exception>
JexJex. exception(Class<T> exceptionClass, ExceptionHandler<T> handler)Add an exception handler for the given exception type.
-