Uses of Interface
io.javalin.http.ExceptionHandler
-
Packages that use ExceptionHandler Package Description io.javalin -
-
Uses of ExceptionHandler in io.javalin
Methods in io.javalin with parameters of type ExceptionHandler Modifier and Type Method Description <T extends Exception>
JavalinJavalin. exception(Class<T> exceptionClass, ExceptionHandler<? super T> exceptionHandler)Adds an exception mapper to the instance.
-