Package org.nekosoft.pdffer.exception
Class TemplateNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nekosoft.pdffer.exception.PdfferException
org.nekosoft.pdffer.exception.PdfferRegistryException
org.nekosoft.pdffer.exception.TemplateNotFoundException
- All Implemented Interfaces:
Serializable
An exception raised when the registry was not able to find the requested template.
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorDescriptionTemplateNotFoundException(String group, String templateName)
Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptiongetGroup()
Gets the group name for the template that could not be found.Gets the template name that could not be found.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TemplateNotFoundException
Creates a new instance.- Parameters:
group
- the group nametemplateName
- the template name that could not be found
-
-
Method Details
-
getGroup
Gets the group name for the template that could not be found.- Returns:
- the group name
-
getTemplateName
Gets the template name that could not be found.- Returns:
- the template name that could not be found
-