@FunctionalInterface
public interface ExceptionHandler<T extends java.lang.Exception>
Javalin.exception(Class, ExceptionHandler).
Is triggered when exceptions are thrown by a Handler.Context,
Exception mapping in docs| Modifier and Type | Method and Description |
|---|---|
void |
handle(T exception,
Context ctx) |
Copyright © 2021. All Rights Reserved.