- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
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.
-
Method Summary
Modifier and TypeMethodDescriptionresolve
(Placeholder placeholder, String message, Exception cause)
-
Method Details
-
resolve
-