Uses of Class
com.samskivert.mustache.MustacheException
-
-
Uses of MustacheException in com.samskivert.mustache
Subclasses of MustacheException in com.samskivert.mustache Modifier and Type Class Description static classMustacheException.ContextAn exception thrown if we encounter a context error (e.g.classMustacheParseExceptionAn exception thrown if we encounter an error while parsing a template.Methods in com.samskivert.mustache that throw MustacheException Modifier and Type Method Description StringTemplate. execute(Object context)Executes this template with the given context, returning the results as a string.voidTemplate. execute(Object context, Writer out)Executes this template with the given context, writing the results to the supplied writer.voidTemplate. execute(Object context, Object parentContext, Writer out)Executes this template with the supplied context and parent context, writing the results to the supplied writer.TemplateMustache.Compiler. loadTemplate(String name)Loads and compiles the templatenameusing this compiler's configured template loader.
-