Uses of Class
io.quarkus.qute.TemplateException.Builder
-
Uses of TemplateException.Builder in io.quarkus.qute
Methods in io.quarkus.qute that return TemplateException.BuilderModifier and TypeMethodDescriptionThe argument can be used in a message template set viamessage(String).Every empty expression{}in the message template is a placeholder that is replaced with an index-based array accessor{data[n]}wherenis the index of the placeholder.static TemplateException.BuilderTemplateException.builder()Note that a qute template can be used to build the exception message.default TemplateException.BuilderThe message can be a qute template.TemplateException.Builder.origin(TemplateNode.Origin origin) If set then the origin key can be used in the message template.