Interface ExceptionResolver

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ExceptionResolver
ExceptionResolver is a functional interface used to resolve the behavior when an exception occurs during the processing of a placeholder. Implementations of this interface define how to handle the exception, potentially logging the error, rethrowing the exception, or providing a fallback value.