Class TemplateGroupNotFoundException

All Implemented Interfaces:
Serializable

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

    • TemplateGroupNotFoundException

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

    • getGroup

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