Uses of Class
io.mangoo.exceptions.MangooTemplateEngineException
Packages that use MangooTemplateEngineException
-
Uses of MangooTemplateEngineException in io.mangoo.email
Methods in io.mangoo.email that throw MangooTemplateEngineExceptionModifier and TypeMethodDescriptionMail.htmlMessage(String template, Map<String, Object> content) Adds html message text which uses a given template and content to renderMail.textMessage(String template, Map<String, Object> content) Adds plain message text which uses a given template and content to render -
Uses of MangooTemplateEngineException in io.mangoo.templating
Methods in io.mangoo.templating that throw MangooTemplateEngineExceptionModifier and TypeMethodDescriptionTemplateEngine.renderException(io.undertow.server.HttpServerExchange exchange, Throwable cause, boolean templateException) TemplateEngine.renderTemplate(TemplateContext context)