Class TemplateNotFoundException

All Implemented Interfaces:
Serializable

public class TemplateNotFoundException extends PdfferRegistryException
An exception raised when the registry was not able to find the requested template.
See Also:
Serialized Form
  • Constructor Details

    • TemplateNotFoundException

      public TemplateNotFoundException(String group, String templateName)
      Creates a new instance.
      Parameters:
      group - the group name
      templateName - the template name that could not be found
  • Method Details

    • getGroup

      public String getGroup()
      Gets the group name for the template that could not be found.
      Returns:
      the group name
    • getTemplateName

      public String getTemplateName()
      Gets the template name that could not be found.
      Returns:
      the template name that could not be found