public interface IRenderExceptionHandler
Use application or framework plugin based on Rythm could implement this interface to define how they want to handle template execution exception. For example Play-rythm plugin implement this interface to capture play.mvc.result.Result type exception as a solution to allow calling controller action method directly from within a template
| Modifier and Type | Method and Description |
|---|---|
boolean |
handleTemplateExecutionException(Exception e,
TemplateBase template)
Handle exception and return true if the exception is handled, false otherwise
|
boolean handleTemplateExecutionException(Exception e, TemplateBase template)
Handle exception and return true if the exception is handled, false otherwise
e - template - Copyright © 2017–2021 OSGL (Open Source General Library). All rights reserved.