Uses of Class
org.klojang.templates.ParseException
Packages that use ParseException
-
Uses of ParseException in org.klojang.templates
Methods in org.klojang.templates that throw ParseExceptionModifier and TypeMethodDescriptionstatic Template
Parses the specified file into aTemplate
.static Template
Template.fromResolver
(PathResolver resolver, String path) Creates aTemplate
from the source provided by the specifiedPathResolver
.static Template
Template.fromResource
(Class<?> clazz, String path) Parses the specified resource into aTemplate
.static Template
Template.fromString
(Class<?> clazz, String source) Parses the specified string into aTemplate
.static Template
Template.fromString
(String source) Parses the specified string into aTemplate
.