Uses of Class
org.nekosoft.pdffer.exception.TemplateNotFoundException
Packages that use TemplateNotFoundException
-
Uses of TemplateNotFoundException in org.nekosoft.pdffer.registry
Methods in org.nekosoft.pdffer.registry that throw TemplateNotFoundExceptionModifier and TypeMethodDescriptionorg.nekosoft.pdffer.template.PdfTemplate<?>PdfferRegistryBean.findTemplate(String templateName) Finds a PDF template in the root registry given the name.org.nekosoft.pdffer.template.PdfTemplate<?>PdfferRegistryBean.findTemplate(String group, String templateName) Finds a PDF template in the given group with the given name.org.nekosoft.pdffer.template.PdfTemplate<?>PdfferRegistryBean.findTemplateByPath(String templatePath) Finds a PDF template given the template path.